commit | 9677f2da711edc3382e754c7dfd62464e904a9e9 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@google.com> | Sat Oct 06 03:14:48 2018 -0700 |
committer | Gabe Black <gabeblack@google.com> | Tue Oct 16 01:01:35 2018 +0000 |
tree | 71f7e20d1a1182c55bc6738cca9473bba79f6e57 | |
parent | d6c3453025cf2115e508a75a1583695684303c7f [diff] |
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 <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
diff --git a/src/systemc/core/process.hh b/src/systemc/core/process.hh index 17961c7..0331f07 100644 --- a/src/systemc/core/process.hh +++ b/src/systemc/core/process.hh
@@ -160,7 +160,6 @@ InternalScEvent _terminatedEvent; ProcessFuncWrapper *func; - sc_core::sc_curr_proc_kind _procKind; bool _internal;