From 9677f2da711edc3382e754c7dfd62464e904a9e9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 6 Oct 2018 03:14:48 -0700 Subject: 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 --- src/systemc/core/process.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/systemc/core') 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; -- cgit v1.2.3