FairMQ: Remove unused Attach method and unused socket flags

This commit is contained in:
Dennis Klein
2018-02-16 19:38:59 +01:00
committed by Mohammad Al-Turany
parent 3785c0e369
commit 3670dd8835
12 changed files with 117 additions and 183 deletions

View File

@@ -28,7 +28,7 @@ class PairRight : public FairMQDevice
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
auto Run() -> void
auto Run() -> void override
{
auto msg = FairMQMessagePtr{NewMessage()};