From: Gabe Black Date: Sat, 6 Oct 2018 10:14:48 +0000 (-0700) Subject: systemc: Get rid of the unused Process::_procKind. X-Git-Tag: v19.0.0.0~1514 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9677f2da711edc3382e754c7dfd62464e904a9e9;p=gem5.git systemc: Get rid of the unused Process::_procKind. This seems to be a leftover from an earlier implementation. Change-Id: I63d7e576fd3c11cf73769c34bbc97a4d3bbbdaeb Reviewed-on: https://gem5-review.googlesource.com/c/13311 Reviewed-by: Gabe Black Maintainer: Gabe Black --- diff --git a/src/systemc/core/process.hh b/src/systemc/core/process.hh index 17961c77f..0331f0786 100644 --- a/src/systemc/core/process.hh +++ b/src/systemc/core/process.hh @@ -160,7 +160,6 @@ class Process : public ::sc_core::sc_process_b, public ListNode InternalScEvent _terminatedEvent; ProcessFuncWrapper *func; - sc_core::sc_curr_proc_kind _procKind; bool _internal;