summaryrefslogtreecommitdiff
path: root/inc/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/if.h')
-rw-r--r--inc/if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/if.h b/inc/if.h
index c374145..f0eb6e2 100644
--- a/inc/if.h
+++ b/inc/if.h
@@ -28,8 +28,6 @@ class IF : public Stage
InstrDTO *advance(Response p) override;
- std::vector<int> stage_info() override;
-
private:
void advance_helper() override;
};