Index: mojo/public/cpp/utility/run_loop.h |
diff --git a/mojo/public/cpp/utility/run_loop.h b/mojo/public/cpp/utility/run_loop.h |
index feb5b923029e79e76fb46b85a9ac262f05217e2c..5ebe63e1146aec021ff68701c1b87d2301e21fc9 100644 |
--- a/mojo/public/cpp/utility/run_loop.h |
+++ b/mojo/public/cpp/utility/run_loop.h |
@@ -103,10 +103,6 @@ class RunLoop { |
// Returns true if a RunLoopHandler was notified. |
bool NotifyHandlers(MojoResult error, CheckDeadline check); |
- // Removes the first invalid handle. This is called if MojoWaitMany() finds an |
- // invalid handle. Returns true if a RunLoopHandler was notified. |
- bool RemoveFirstInvalidHandle(const WaitState& wait_state); |
- |
// Returns the state needed to pass to WaitMany(). |
WaitState GetWaitState(bool non_blocking) const; |