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/id.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'inc/id.h') diff --git a/inc/id.h b/inc/id.h index d6c108a..a10ad49 100644 --- a/inc/id.h +++ b/inc/id.h @@ -25,12 +25,8 @@ class ID : public Stage { public: - /** - * Constructor. - * @param The next stage in the pipeline. - * @return A newly allocated ID object. - */ ID(Stage *next); + using Stage::Stage; using Stage::advance; /* The following methods are made public so that they may be tested, and are -- cgit v1.2.3