sim: Remove unused variables
This commit is contained in:
parent
2cfe62adc4
commit
1c3a1888d8
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue