| Index: mojo/edk/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.h b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| index 1c2854bb839cf3e32a7809f6f0e78de6aa4d5062..7a218ad432bed02c484ed8cceafc0e2e2e39af58 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| @@ -83,7 +83,6 @@ class DataPipeProducerDispatcher final : public Dispatcher {
|
| size_t* actual_size,
|
| std::vector<platform::ScopedPlatformHandle>* platform_handles) override
|
| MOJO_NOT_THREAD_SAFE;
|
| - bool IsBusyNoLock() const override;
|
|
|
| // This will be null if closed.
|
| util::RefPtr<DataPipe> data_pipe_ MOJO_GUARDED_BY(mutex());
|
|
|