We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca18525 commit 3abdcfcCopy full SHA for 3abdcfc
src/stream_pipe.h
@@ -27,7 +27,6 @@ class StreamPipe : public AsyncWrap {
27
inline StreamBase* sink();
28
29
inline void ShutdownWritable();
30
- inline void FlushToWritable();
31
32
bool is_reading_ = false;
33
bool is_writing_ = false;
0 commit comments