Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: remoting/signaling/xmpp_signal_strategy.cc

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698