Index: webrtc/base/asyncsocket.h |
diff --git a/webrtc/base/asyncsocket.h b/webrtc/base/asyncsocket.h |
index 40cf1b5bd100d5a7692d8a6cd60994aff948f014..6dc41b67f484f2b5c175b936f7f165e1179b5b6a 100644 |
--- a/webrtc/base/asyncsocket.h |
+++ b/webrtc/base/asyncsocket.h |
@@ -66,7 +66,6 @@ class AsyncSocketAdapter : public AsyncSocket, public sigslot::has_slots<> { |
int GetError() const override; |
void SetError(int error) override; |
ConnState GetState() const override; |
- int EstimateMTU(uint16_t* mtu) override; |
int GetOption(Option opt, int* value) override; |
int SetOption(Option opt, int value) override; |