summaryrefslogtreecommitdiff
path: root/src/sim/pseudo_inst.hh
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
commit1c3a1888d875b0bb5946a99bf3ce1272bd948ce0 (patch)
treeb139af494b45751030bb19444d689a61d41c941f /src/sim/pseudo_inst.hh
parent2cfe62adc4f9206f616669a103133b906f705e8b (diff)
downloadgem5-1c3a1888d875b0bb5946a99bf3ce1272bd948ce0.tar.xz
sim: Remove unused variables
Diffstat (limited to 'src/sim/pseudo_inst.hh')
-rw-r--r--src/sim/pseudo_inst.hh7
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);