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

Unified Diff: remoting/protocol/util.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 | « remoting/jingle_glue/xmpp_signal_strategy.cc ('k') | sync/internal_api/sync_manager_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/util.cc
diff --git a/remoting/protocol/util.cc b/remoting/protocol/util.cc
index 7b2ffe1af3ea51d4c2bcde301b7d9e2a38d45e38..9b4b2bf7a080ab4f4c9b4ae393c177c6f0a6e869 100644
--- a/remoting/protocol/util.cc
+++ b/remoting/protocol/util.cc
@@ -10,14 +10,6 @@
#include "net/base/io_buffer.h"
#include "third_party/libjingle/source/talk/base/byteorder.h"
-namespace {
-
-void DeleteMessage(google::protobuf::MessageLite* message) {
- delete message;
-}
-
-} // namespace
-
namespace remoting {
namespace protocol {
« no previous file with comments | « remoting/jingle_glue/xmpp_signal_strategy.cc ('k') | sync/internal_api/sync_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698