sim: Remove unused variables
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000 (13:05 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:45 +0000 (13:05 -0500)
src/sim/pseudo_inst.hh

index 27d3b19d4c4da086ec1907b3f74bc07bb12e694d..4a6493a668f21d2a8e4957a851a7a737dd19a24f 100644 (file)
@@ -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);