Browse Source

Cleaned up useless RtcpNackResponder::reportMutex

Paul-Louis Ageneau 1 year ago
parent
commit
010cdea9c4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/rtc/rtcpnackresponder.hpp

+ 0 - 1
include/rtc/rtcpnackresponder.hpp

@@ -61,7 +61,6 @@ class RTC_CPP_EXPORT RtcpNackResponder final : public MediaHandlerElement {
 	};
 
 	const shared_ptr<Storage> storage;
-	std::mutex reportMutex;
 
 public:
 	RtcpNackResponder(unsigned maxStoredPacketCount = Storage::defaultMaximumSize);