diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-17 18:14:41 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-17 18:14:41 +0200 |
commit | 7479b39379bcf79dfa73a61643538832c2571c49 (patch) | |
tree | 115666ec7696d12df2a9449e18f1fc5d4cf76cb8 /modules/codec | |
parent | 059dc4308ac731d2b3c324166d87b8d527b9d217 (diff) |
Trying to get rpc interaction with iface working
Diffstat (limited to 'modules/codec')
-rw-r--r-- | modules/codec/c++/interface.hpp | 8 |
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; |