Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index 553223965639b09ed39157e63f8c94e394833a04..53056c156965c66c33656afebbeb91ca0cfc66b5 100644 |
--- a/webrtc/p2p/base/port.h |
+++ b/webrtc/p2p/base/port.h |
@@ -461,10 +461,6 @@ class Connection : public CandidatePairInterface, |
bool active() const { |
return write_state_ != STATE_WRITE_TIMEOUT; |
} |
- virtual bool ReadyToSendMedia() const { |
- return write_state_ == STATE_WRITABLE || |
- write_state_ == STATE_WRITE_UNRELIABLE; |
- } |
// A connection is dead if it can be safely deleted. |
bool dead(int64_t now) const; |