diff options
Diffstat (limited to 'src')
-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); |