Fix warnings

This commit is contained in:
Alexey Rybalchenko
2018-01-31 15:18:39 +01:00
committed by Mohammad Al-Turany
parent e5c4ad31c7
commit 4e2a195289
6 changed files with 6 additions and 21 deletions

View File

@@ -58,7 +58,6 @@ class FairMQTransportFactorySHM : public FairMQTransportFactory
static FairMQ::Transport fTransportType;
std::string fSessionName;
void* fContext;
void* fHeartbeatSocket;
std::thread fHeartbeatThread;
std::atomic<bool> fSendHeartbeats;
std::unique_ptr<boost::interprocess::named_mutex> fShMutex;