Skip to content

Commit

Permalink
Apply clang-diagnostic-unused-private-field
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx authored and dennisklein committed Sep 27, 2021
1 parent 153dcfa commit 36600dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions fairmq/ofi/Socket.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions fairmq/ofi/Socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class Socket final : public fair::mq::Socket
std::atomic<unsigned long> fMessagesRx;
Address fRemoteAddr;
Address fLocalAddr;
int fSndTimeout;
int fRcvTimeout;
std::mutex fSendQueueMutex, fRecvQueueMutex;
std::queue<std::vector<MessagePtr>> fSendQueue, fRecvQueue;
std::vector<MessagePtr> fInflightMultiPartMessage;
Expand Down

0 comments on commit 36600dc

Please sign in to comment.