diff --git a/src/mlpack/methods/ann/layer/subview.hpp b/src/mlpack/methods/ann/layer/subview.hpp index 02d31cd619..2f58794a6f 100644 --- a/src/mlpack/methods/ann/layer/subview.hpp +++ b/src/mlpack/methods/ann/layer/subview.hpp @@ -35,12 +35,6 @@ template < class Subview { public: - //! Create the Subview object. - Subview() - { - /* Nothing to do here */ - } - /** * Create the Subview layer object using the specified range of input to accept. *