diff options
-rw-r--r-- | rtpSession.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rtpSession.cpp b/rtpSession.cpp index a32049b..a65ab5f 100644 --- a/rtpSession.cpp +++ b/rtpSession.cpp @@ -40,8 +40,6 @@ RtpSession::RtpSession(const std::string& call_id) : in_sync_(false), call_id_(c void RtpSession::reinit() { - Lock lock(mutex_); - gCallIdQueue.push(call_id_); } |