From 12aa8a68f95eb68a006fe112fabd149fab262c56 Mon Sep 17 00:00:00 2001 From: "lally@webrtc.org" Date: Tue, 24 Feb 2015 20:19:11 +0000 Subject: [PATCH] Post-rebase. Cr-Commit-Position: refs/heads/master@{#8481} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8481 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/app/webrtc/webrtcsdp.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/talk/app/webrtc/webrtcsdp.cc b/talk/app/webrtc/webrtcsdp.cc index b553901dfa..889fe89e11 100644 --- a/talk/app/webrtc/webrtcsdp.cc +++ b/talk/app/webrtc/webrtcsdp.cc @@ -336,8 +336,6 @@ static bool ParseDtlsSetup(const std::string& line, cricket::ConnectionRole* role, SdpParseError* error); -static bool IsSctp(const std::string& protocol); - // Helper functions // Below ParseFailed*** functions output the line that caused the parsing