From: Andreas Sandberg Date: Mon, 7 Jan 2013 18:05:45 +0000 (-0500) Subject: sim: Remove unused variables X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c3a1888d875b0bb5946a99bf3ce1272bd948ce0;p=gem5.git sim: Remove unused variables --- 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);