| Index: mojo/edk/system/handle_transport.h
|
| diff --git a/mojo/edk/system/handle_transport.h b/mojo/edk/system/handle_transport.h
|
| index bc3c8bb67a5af83ff2e5ce2380f2da1e95031585..1c8880049d67e6b4162f0f351a63e7a647a44ea5 100644
|
| --- a/mojo/edk/system/handle_transport.h
|
| +++ b/mojo/edk/system/handle_transport.h
|
| @@ -31,9 +31,6 @@ class HandleTransport final {
|
| void End() MOJO_NOT_THREAD_SAFE;
|
|
|
| Dispatcher::Type GetType() const { return dispatcher_->GetType(); }
|
| - bool IsBusy() const MOJO_NOT_THREAD_SAFE {
|
| - return dispatcher_->IsBusyNoLock();
|
| - }
|
| void Close() MOJO_NOT_THREAD_SAFE { dispatcher_->CloseNoLock(); }
|
| Handle CreateEquivalentHandleAndClose(MessagePipe* message_pipe,
|
| unsigned port) MOJO_NOT_THREAD_SAFE {
|
|
|