From aee8380894d09fcc80123fa3e00c90a425997eb8 Mon Sep 17 00:00:00 2001 From: Elad Alon Date: Mon, 12 Nov 2018 15:52:11 +0100 Subject: [PATCH] Remove obsolete comment (WebRtcSessionDescriptionFactory ctor) Bug: None Change-Id: Ib1c5f3e0c40df93826f90183f182302cce197132 Reviewed-on: https://webrtc-review.googlesource.com/c/110611 Reviewed-by: Per Kjellander Commit-Queue: Elad Alon Cr-Commit-Position: refs/heads/master@{#25605} --- pc/webrtcsessiondescriptionfactory.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pc/webrtcsessiondescriptionfactory.cc b/pc/webrtcsessiondescriptionfactory.cc index 808e411a39..07b8e147cc 100644 --- a/pc/webrtcsessiondescriptionfactory.cc +++ b/pc/webrtcsessiondescriptionfactory.cc @@ -116,7 +116,6 @@ void WebRtcSessionDescriptionFactory::CopyCandidatesFromSessionDescription( } } -// Private constructor called by other constructors. WebRtcSessionDescriptionFactory::WebRtcSessionDescriptionFactory( rtc::Thread* signaling_thread, cricket::ChannelManager* channel_manager,