summaryrefslogtreecommitdiffstats
path: root/mojo/system/message_pipe_endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/system/message_pipe_endpoint.h')
-rw-r--r--mojo/system/message_pipe_endpoint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mojo/system/message_pipe_endpoint.h b/mojo/system/message_pipe_endpoint.h
index baf5d69..fdea39c 100644
--- a/mojo/system/message_pipe_endpoint.h
+++ b/mojo/system/message_pipe_endpoint.h
@@ -75,8 +75,6 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipeEndpoint {
// implementation for a local endpoint needs not override these methods, since
// they should never be called.
virtual void Attach(ChannelEndpoint* channel_endpoint);
- // Returns false if the endpoint should be closed and destroyed, else true.
- virtual bool Run();
virtual void OnRemove();
protected: