FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove unimplemented method in class StreamPipe · nodejs/node@3abdcfc · GitHub

/ node Public

Commit 3abdcfc

Browse files
authored andcommitted
src: remove unimplemented method in class StreamPipe
PR-URL: #26202 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ca18525 commit 3abdcfc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎src/stream_pipe.h‎

Lines changed: 0 additions & 1 deletion
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)

Back | FazBrowse Home | New Git URL