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

Unified Diff: remoting/jingle_glue/xmpp_signal_strategy.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leiz Created 8 years, 3 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
« no previous file with comments | « ppapi/thunk/ppb_view_thunk.cc ('k') | remoting/protocol/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/xmpp_signal_strategy.cc
diff --git a/remoting/jingle_glue/xmpp_signal_strategy.cc b/remoting/jingle_glue/xmpp_signal_strategy.cc
index 9a04f7b789095968f3f28f88fdc57903d5fa9176..03adcb8135ac8b6d5331580767da07478929ea16 100644
--- a/remoting/jingle_glue/xmpp_signal_strategy.cc
+++ b/remoting/jingle_glue/xmpp_signal_strategy.cc
@@ -21,8 +21,6 @@
#include "third_party/libjingle/source/talk/xmpp/prexmppauth.h"
#include "third_party/libjingle/source/talk/xmpp/saslcookiemechanism.h"
-namespace {
-
const char kDefaultResourceName[] = "chromoting";
// Use 58 seconds keep-alive interval, in case routers terminate
@@ -34,12 +32,6 @@ const int kKeepAliveIntervalSeconds = 50;
const size_t kReadBufferSize = 4096;
const size_t kWriteBufferSize = 4096;
-void DisconnectXmppClient(buzz::XmppClient* client) {
- client->Disconnect();
-}
-
-} // namespace
-
namespace remoting {
XmppSignalStrategy::XmppSignalStrategy(
« no previous file with comments | « ppapi/thunk/ppb_view_thunk.cc ('k') | remoting/protocol/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698