summaryrefslogtreecommitdiff
path: root/modules/codec/c++/interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/interface.hpp')
-rw-r--r--modules/codec/c++/interface.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/codec/c++/interface.hpp b/modules/codec/c++/interface.hpp
index d6d02a3..8c6808b 100644
--- a/modules/codec/c++/interface.hpp
+++ b/modules/codec/c++/interface.hpp
@@ -43,14 +43,6 @@ public:
}
};
-template<typename Iface, typename Encode>
-class i_interface {
-public:
- virtual ~i_interface() = default;
-
-
-};
-
template<typename T, typename Encode, typename Context = void_t >
class interface;