diff options
author | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:45 -0500 |
---|---|---|
committer | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:45 -0500 |
commit | 1c3a1888d875b0bb5946a99bf3ce1272bd948ce0 (patch) | |
tree | b139af494b45751030bb19444d689a61d41c941f | |
parent | 2cfe62adc4f9206f616669a103133b906f705e8b (diff) | |
download | gem5-1c3a1888d875b0bb5946a99bf3ce1272bd948ce0.tar.xz |
sim: Remove unused variables
-rw-r--r-- | src/sim/pseudo_inst.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sim/pseudo_inst.hh b/src/sim/pseudo_inst.hh index 27d3b19d4..4a6493a66 100644 --- a/src/sim/pseudo_inst.hh +++ b/src/sim/pseudo_inst.hh @@ -38,13 +38,6 @@ class ThreadContext; namespace PseudoInst { -/** - * @todo these externs are only here for a hack in fullCPU::takeOver... - */ -extern bool doStatisticsInsts; -extern bool doCheckpointInsts; -extern bool doQuiesce; - void arm(ThreadContext *tc); void quiesce(ThreadContext *tc); void quiesceSkip(ThreadContext *tc); |