Skip to content

Commit 3abdcfc

Browse files
gengjiawenrvagg
authored andcommitted
src: remove unimplemented method in class StreamPipe
PR-URL: #26202 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ca18525 commit 3abdcfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stream_pipe.h

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class StreamPipe : public AsyncWrap {
2727
inline StreamBase* sink();
2828

2929
inline void ShutdownWritable();
30-
inline void FlushToWritable();
3130

3231
bool is_reading_ = false;
3332
bool is_writing_ = false;

0 commit comments

Comments
 (0)