Explorar el Código

Cleaned up useless RtcpNackResponder::reportMutex

Paul-Louis Ageneau hace 2 años
padre
commit
010cdea9c4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);