summaryrefslogtreecommitdiff
path: root/inc/dum.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dum.h')
-rw-r--r--inc/dum.h7
1 files changed, 1 insertions, 6 deletions
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;