| Index: talk/app/webrtc/jsepicecandidate.cc
|
| diff --git a/talk/app/webrtc/jsepicecandidate.cc b/talk/app/webrtc/jsepicecandidate.cc
|
| index 68e696ebdb328e3853d7f8b37a1c86cb3aebb550..768bd0a281bc3ee7097a116f00e3e4cc677c8644 100644
|
| --- a/talk/app/webrtc/jsepicecandidate.cc
|
| +++ b/talk/app/webrtc/jsepicecandidate.cc
|
| @@ -36,12 +36,6 @@ namespace webrtc {
|
|
|
| IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
|
| int sdp_mline_index,
|
| - const std::string& sdp) {
|
| - return CreateIceCandidate(sdp_mid, sdp_mline_index, sdp, NULL);
|
| -}
|
| -
|
| -IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
|
| - int sdp_mline_index,
|
| const std::string& sdp,
|
| SdpParseError* error) {
|
| JsepIceCandidate* jsep_ice = new JsepIceCandidate(sdp_mid, sdp_mline_index);
|
|
|