Sfoglia il codice sorgente

Cleaned up useless RtcpNackResponder::reportMutex

Paul-Louis Ageneau 2 anni fa
parent
commit
010cdea9c4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);