summaryrefslogtreecommitdiff
path: root/src/js_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/js_stream.h')
-rw-r--r--src/js_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js_stream.h b/src/js_stream.h
index c7caf79374..338cbe5456 100644
--- a/src/js_stream.h
+++ b/src/js_stream.h
@@ -37,7 +37,6 @@ class JSStream : public AsyncWrap, public StreamBase {
AsyncWrap* GetAsyncWrap() override;
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void DoAfterWrite(const v8::FunctionCallbackInfo<v8::Value>& args);
static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
static void EmitEOF(const v8::FunctionCallbackInfo<v8::Value>& args);