Pārlūkot izejas kodu

Cleaned up useless RtcpNackResponder::reportMutex

Paul-Louis Ageneau 2 gadi atpakaļ
vecāks
revīzija
010cdea9c4
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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);