summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/util.h')
-rw-r--r--remoting/protocol/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h
index 53e1f67..802e65c 100644
--- a/remoting/protocol/util.h
+++ b/remoting/protocol/util.h
@@ -23,9 +23,6 @@ namespace protocol {
scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
const google::protobuf::MessageLite& msg);
-// Create a runnable task that deletes a message.
-Task* NewDeleteMessageTask(google::protobuf::MessageLite* message);
-
} // namespace protocol
} // namespace remoting