changeset 987d04d37a77 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=987d04d37a77
description:
        sim: Remove unused variables

diffstat:

 src/sim/pseudo_inst.hh |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (17 lines):

diff -r 34971d2e0019 -r 987d04d37a77 src/sim/pseudo_inst.hh
--- a/src/sim/pseudo_inst.hh    Mon Jan 07 13:05:45 2013 -0500
+++ b/src/sim/pseudo_inst.hh    Mon Jan 07 13:05:45 2013 -0500
@@ -38,13 +38,6 @@
 
 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);
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to