Apply clang-diagnostic-unused-private-field

This commit is contained in:
Alexey Rybalchenko
2021-09-14 13:18:45 +02:00
committed by Dennis Klein
parent 153dcfab94
commit 36600dce2c
2 changed files with 0 additions and 4 deletions

View File

@@ -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)