| Index: mojo/edk/system/data_pipe.h
|
| diff --git a/mojo/edk/system/data_pipe.h b/mojo/edk/system/data_pipe.h
|
| index 4437b76bf84071c067b1404e129fb07ffcb95106..7ab0f3fb3906d3ddc05373c2708cf32757b94d53 100644
|
| --- a/mojo/edk/system/data_pipe.h
|
| +++ b/mojo/edk/system/data_pipe.h
|
| @@ -128,7 +128,6 @@ class DataPipe final : public ChannelEndpointClient {
|
| void* destination,
|
| size_t* actual_size,
|
| std::vector<platform::ScopedPlatformHandle>* platform_handles);
|
| - bool ProducerIsBusy() const;
|
|
|
| // These are called by the consumer dispatcher to implement its methods of
|
| // corresponding names.
|
| @@ -163,7 +162,6 @@ class DataPipe final : public ChannelEndpointClient {
|
| void* destination,
|
| size_t* actual_size,
|
| std::vector<platform::ScopedPlatformHandle>* platform_handles);
|
| - bool ConsumerIsBusy() const;
|
|
|
| // The following are only to be used by |DataPipeImpl| (and its subclasses):
|
|
|
|
|