aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/senderreceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-common/senderreceiver.cpp')
-rw-r--r--libcmix-common/senderreceiver.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/libcmix-common/senderreceiver.cpp b/libcmix-common/senderreceiver.cpp
index eafa8a5..8b13789 100644
--- a/libcmix-common/senderreceiver.cpp
+++ b/libcmix-common/senderreceiver.cpp
@@ -1,10 +1 @@
-#include "senderreceiver.hpp"
-
-SenderReceiver::SenderReceiver(Receiver&& r)
-: ProtobufClient(std::move(r))
-{}
-
-SenderReceiver::SenderReceiver(Sender&& s)
-: ProtobufClient(std::move(s))
-{}