Skip to content

Commit

Permalink
src: remove unimplemented method in class StreamPipe
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gengjiawen authored and danbev committed Feb 22, 2019
1 parent 9334e45 commit 3d2e862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream_pipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d2e862

Please sign in to comment.