From a5e0ee99821e8c52858667608f11a51f916a3df6 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 7 Jan 2014 18:06:52 +0200 Subject: [PATCH] Removed unused code. --- projects/sgconf/action.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects/sgconf/action.h b/projects/sgconf/action.h index 64d7c1e8..0ffd4aad 100644 --- a/projects/sgconf/action.h +++ b/projects/sgconf/action.h @@ -49,13 +49,6 @@ class ACTION }; }; -template -class ACTION_CLONE_MIXIN : public ACTION -{ - public: - virtual ACTION * Clone() const { return new T(*this); } -}; - } // namespace SGCONF #endif -- 2.43.2