Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-19 17:22:45 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-22 07:39:36 +0300
commit3d2e862e529256ebca691e3224406bb43a24b891 (patch)
tree486a61ff4a716d29c1ccaece2ea6ce3ea789fdf6 /src/stream_pipe.h
parent9334e45aa0ed815c2745bcc2bb606d91be64998d (diff)
src: remove unimplemented method in class StreamPipe
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src/stream_pipe.h')
-rw-r--r--src/stream_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream_pipe.h b/src/stream_pipe.h
index ce0077749c8..749d4eabc52 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;