summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_wrap.cc')
-rw-r--r--src/stream_wrap.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stream_wrap.cc b/src/stream_wrap.cc
index c35df11feb..ddeb74d809 100644
--- a/src/stream_wrap.cc
+++ b/src/stream_wrap.cc
@@ -373,11 +373,6 @@ void LibuvStreamWrap::AfterUvWrite(uv_write_t* req, int status) {
req_wrap->Done(status);
}
-void LibuvStreamWrap::Close(v8::Local<v8::Value> close_callback) {
- ReadStop();
- HandleWrap::Close(close_callback);
-}
-
} // namespace node
NODE_BUILTIN_MODULE_CONTEXT_AWARE(stream_wrap,