diff --git a/lib/src/ZmqReceiver.hpp b/lib/src/ZmqReceiver.hpp index b16967f..8e2de71 100644 --- a/lib/src/ZmqReceiver.hpp +++ b/lib/src/ZmqReceiver.hpp @@ -47,10 +47,6 @@ class ZmqReceiver std::shared_ptr> header_values_type = NULL; - - - - public: ZmqReceiver(const std::string& connect_address, const int n_io_threads, const int receive_timeout, std::shared_ptr> header_values_type=NULL);