From 1c3a1888d875b0bb5946a99bf3ce1272bd948ce0 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 7 Jan 2013 13:05:45 -0500 Subject: sim: Remove unused variables --- src/sim/pseudo_inst.hh | 7 ------- 1 file changed, 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); -- cgit v1.2.3