summaryrefslogtreecommitdiff
path: root/modules/codec
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-17 18:14:41 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-17 18:14:41 +0200
commit7479b39379bcf79dfa73a61643538832c2571c49 (patch)
tree115666ec7696d12df2a9449e18f1fc5d4cf76cb8 /modules/codec
parent059dc4308ac731d2b3c324166d87b8d527b9d217 (diff)
Trying to get rpc interaction with iface working
Diffstat (limited to 'modules/codec')
-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;