From 532932fd2d23ad3e3acb8ad506aa457d7f352bfd Mon Sep 17 00:00:00 2001 From: dingcan <627403134@qq.com> Date: Tue, 26 Jul 2022 14:44:32 +0800 Subject: [PATCH] Update RtpProcess.h --- src/Rtp/RtpProcess.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Rtp/RtpProcess.h b/src/Rtp/RtpProcess.h index 89e9b575..e6f9b6bd 100644 --- a/src/Rtp/RtpProcess.h +++ b/src/Rtp/RtpProcess.h @@ -102,7 +102,6 @@ private: toolkit::Ticker _last_check_alive; std::recursive_mutex _func_mtx; std::deque > _cached_func; - std::weak_ptr _help; };