Index: mojo/edk/system/core.h |
diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h |
index fbb289cb276874a0f34b871f6972e299cd298aa7..05504fd4c3e2e62c629618043f8e1c5ba9d08ca0 100644 |
--- a/mojo/edk/system/core.h |
+++ b/mojo/edk/system/core.h |
@@ -62,9 +62,6 @@ class Core { |
// handle value is invalid or |MOJO_RESULT_BUSY| if the handle is marked as |
// busy. |
MojoResult GetHandle(MojoHandle handle, Handle* h); |
- // TODO(vtl): Remove this. |
- MojoResult GetDispatcher(MojoHandle handle, |
- util::RefPtr<Dispatcher>* dispatcher); |
// TODO(vtl): Convert this to |GetAndRemoveHandle()|. |
// Like |GetDispatcher()|, but on success also removes the handle from the |