summaryrefslogtreecommitdiff
path: root/src/sim/if.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/if.cc')
-rw-r--r--src/sim/if.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sim/if.cc b/src/sim/if.cc
index e8e7272..054c77c 100644
--- a/src/sim/if.cc
+++ b/src/sim/if.cc
@@ -16,13 +16,10 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "if.h"
-#include "accessor.h"
#include "instrDTO.h"
#include "response.h"
#include "stage.h"
-IF::IF(Stage *stage) : Stage(stage) { this->id = FETCH; }
-
InstrDTO *IF::advance(Response p)
{
InstrDTO *r = nullptr;