summaryrefslogtreecommitdiff
path: root/src/sim/id.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/id.cc')
-rw-r--r--src/sim/id.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sim/id.cc b/src/sim/id.cc
index cdbaba9..b2bc0e5 100644
--- a/src/sim/id.cc
+++ b/src/sim/id.cc
@@ -16,14 +16,13 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "id.h"
-#include "accessor.h"
#include "instr.h"
#include "instrDTO.h"
#include "logger.h"
#include "response.h"
#include "stage.h"
-ID::ID(Stage *stage) : Stage(stage) { this->id = DCDE; }
+ID::ID(Stage *stage) : Stage(stage) { }
void ID::split_instr(signed int &raw, unsigned int &type, Mnemonic &m)
{