mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply clang-diagnostic-unused-private-field
This commit is contained in:
committed by
Dennis Klein
parent
153dcfab94
commit
36600dce2c
@@ -43,8 +43,6 @@ Socket::Socket(Context& context, const string& type, const string& name, const s
|
||||
, fBytesRx(0)
|
||||
, fMessagesTx(0)
|
||||
, fMessagesRx(0)
|
||||
, fSndTimeout(100)
|
||||
, fRcvTimeout(100)
|
||||
, fMultiPartRecvCounter(-1)
|
||||
, fSendPushSem(fContext.GetIoContext(), 384)
|
||||
, fSendPopSem(fContext.GetIoContext(), 0)
|
||||
|
Reference in New Issue
Block a user