| 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 {
|
|
|
|
|