From 95d09e12792cf5ececd32b8dc84f2cd090c496ef Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 22 Apr 2025 20:49:26 -0400 Subject: Remove the accessor object --- inc/dum.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'inc/dum.h') diff --git a/inc/dum.h b/inc/dum.h index 4a3069a..e5ec740 100644 --- a/inc/dum.h +++ b/inc/dum.h @@ -27,12 +27,7 @@ class DUM : public Stage { public: - /** - * Constructor. - * @param The next stage in the pipeline. - * @return A newly allocated DUM object. - */ - DUM(Stage *next); + using Stage::Stage; InstrDTO *advance(Response p) override; -- cgit v1.2.3