diff --git a/src/stream_pipe.h b/src/stream_pipe.h index ce0077749c868a..749d4eabc5237b 100644 --- a/src/stream_pipe.h +++ b/src/stream_pipe.h @@ -27,7 +27,6 @@ class StreamPipe : public AsyncWrap { inline StreamBase* sink(); inline void ShutdownWritable(); - inline void FlushToWritable(); bool is_reading_ = false; bool is_writing_ = false;