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

@@ -37,7 +37,6 @@ FairMQTransportFactorySHM::FairMQTransportFactorySHM(const string& id, const Fai
: FairMQTransportFactory(id)
, fSessionName("default")
, fContext(nullptr)
, fHeartbeatSocket(nullptr)
, fHeartbeatThread()
, fSendHeartbeats(true)
, fShMutex(nullptr)