diff --git a/src/sim/pseudo_inst.hh b/src/sim/pseudo_inst.hh index 27d3b19d4c..4a6493a668 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);