Index: webrtc/api/jsepicecandidate.h |
diff --git a/webrtc/api/jsepicecandidate.h b/webrtc/api/jsepicecandidate.h |
index 7e9500bceac59806d98cb2a62cbe5b084b2869ec..529b2a7756de8ea0ebf33e714fb6e63eb04176a6 100644 |
--- a/webrtc/api/jsepicecandidate.h |
+++ b/webrtc/api/jsepicecandidate.h |
@@ -70,9 +70,6 @@ |
virtual const IceCandidateInterface* at(size_t index) const { |
return candidates_[index]; |
} |
- // Removes the candidate that has a matching address and protocol. |
- // Returns the number of candidates that were removed. |
- size_t remove(const cricket::Candidate& candidate); |
private: |
std::vector<JsepIceCandidate*> candidates_; |