Index: remoting/signaling/xmpp_signal_strategy.cc |
diff --git a/remoting/signaling/xmpp_signal_strategy.cc b/remoting/signaling/xmpp_signal_strategy.cc |
index 0e55898ff12e8ba8c5d1ba1f419917d69a49ae80..4e25ccbf9fe0f2160c7760d7a5ccc47dd8c64d86 100644 |
--- a/remoting/signaling/xmpp_signal_strategy.cc |
+++ b/remoting/signaling/xmpp_signal_strategy.cc |
@@ -123,7 +123,6 @@ class XmppSignalStrategy::Core : public XmppLoginHandler::Delegate { |
std::unique_ptr<net::StreamSocket> socket_; |
std::unique_ptr<BufferedSocketWriter> writer_; |
- int pending_writes_ = 0; |
scoped_refptr<net::IOBuffer> read_buffer_; |
bool read_pending_ = false; |