From 86f4fc9ae23bb779ea8447205c6e420c4e69eb5a Mon Sep 17 00:00:00 2001 From: Haritha Sreedharan Nair Date: Mon, 11 Jun 2018 10:22:30 +0530 Subject: [PATCH] Constructor edit --- src/mlpack/methods/ann/layer/subview.hpp | 6 ------ 1 file changed, 6 deletions(-) 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. *