Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Nov 16, 2023
1 parent 6174e39 commit 9cc96f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport/SecureSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ class SecureSession : public Session, public ReferenceCounted<SecureSession, Sec
/// Timestamp of last rx. @see ActiveTimestamp in the spec
System::Clock::Timestamp mLastPeerActivityTime = System::SystemClock().GetMonotonicTimestamp();

// ReliableMessageProtocolConfig mRemoteMRPConfig = GetDefaultMRPConfig();
SessionParameters mRemoteSessionParams;
CryptoContext mCryptoContext;
SessionMessageCounter mSessionMessageCounter;
Expand Down

0 comments on commit 9cc96f5

Please sign in to comment.