summaryrefslogtreecommitdiff
path: root/inc/id.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 21:28:21 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 21:28:21 -0400
commit74b24d15eb1fe48a8e221a0bc061107d6b85d659 (patch)
treeb1e644178724bd7b0a773fcac2f2b9e19ee9951c /inc/id.h
parentbaacedcc858d8d4857282cc7fb1881a11048a5bc (diff)
Add definition for size of vector register
Diffstat (limited to 'inc/id.h')
-rw-r--r--inc/id.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/id.h b/inc/id.h
index a10ad49..dabf206 100644
--- a/inc/id.h
+++ b/inc/id.h
@@ -25,7 +25,6 @@
class ID : public Stage
{
public:
- ID(Stage *next);
using Stage::Stage;
using Stage::advance;