summaryrefslogtreecommitdiff
path: root/inc/stage.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
commit95d09e12792cf5ececd32b8dc84f2cd090c496ef (patch)
tree8660a5fba2e60df5d34712383d727ad46809307d /inc/stage.h
parent1bbc5b157e16dae032b5e44a7dcf009766eb9ca5 (diff)
Remove the accessor object
Diffstat (limited to 'inc/stage.h')
-rw-r--r--inc/stage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/stage.h b/inc/stage.h
index 448c61a..745e0ff 100644
--- a/inc/stage.h
+++ b/inc/stage.h
@@ -17,7 +17,6 @@
#ifndef STAGE_H
#define STAGE_H
-#include "accessor.h"
#include "instrDTO.h"
#include "pipe_spec.h"
#include "response.h"
@@ -112,10 +111,6 @@ class Stage
*/
signed int dereference_register(signed int v);
/**
- * The name of the pipeline stage.
- */
- Accessor id;
- /**
* The shared pool of general-purpose integer registers.
*/
static std::array<signed int, GPR_NUM> gprs;