systemc: Get rid of the unused Process::_procKind.
authorGabe Black <gabeblack@google.com>
Sat, 6 Oct 2018 10:14:48 +0000 (03:14 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 01:01:35 +0000 (01:01 +0000)
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 <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/core/process.hh

index 17961c77ff97788aded8163f91de73269107efa5..0331f0786402fb9d5750c20fe798a6493971e223 100644 (file)
@@ -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;