diff options
Diffstat (limited to 'inc/mm.h')
-rw-r--r-- | inc/mm.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -24,12 +24,7 @@ class MM : public Stage { public: - /** - * Constructor. - * @param The next stage in the pipeline. - * @return A newly allocated MM object. - */ - MM(Stage *next); + using Stage::Stage; using Stage::advance; private: |