diff options
Diffstat (limited to 'src/cpu/base.hh')
-rw-r--r-- | src/cpu/base.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/base.hh b/src/cpu/base.hh index cb23cb1ba..5b15f4186 100644 --- a/src/cpu/base.hh +++ b/src/cpu/base.hh @@ -383,13 +383,6 @@ class BaseCPU : public ClockedObject */ ThreadID numThreads; - /** - * Vector of per-thread instruction-based event queues. Used for - * scheduling events based on number of instructions committed by - * a particular thread. - */ - EventQueue **comInstEventQueue; - System *system; /** |