diff options
Diffstat (limited to 'inc/dum.h')
-rw-r--r-- | inc/dum.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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; |