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/wb.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'inc/wb.h') diff --git a/inc/wb.h b/inc/wb.h index c3547c3..d3a1b93 100644 --- a/inc/wb.h +++ b/inc/wb.h @@ -24,12 +24,7 @@ class WB : public Stage { public: - /** - * Constructor. - * @param The next stage in the pipeline. - * @return A newly allocated WB object. - */ - WB(Stage *next); + using Stage::Stage; using Stage::advance; private: -- cgit v1.2.3