sim: Remove unused variables

This commit is contained in:
Andreas Sandberg 2013-01-07 13:05:45 -05:00
parent 2cfe62adc4
commit 1c3a1888d8

View 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);