summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/js_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/js_stream.h b/src/js_stream.h
index 482373016d..8198a6bb36 100644
--- a/src/js_stream.h
+++ b/src/js_stream.h
@@ -41,12 +41,6 @@ class JSStream : public AsyncWrap, public StreamBase {
static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
static void EmitEOF(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void OnAllocImpl(size_t size, uv_buf_t* buf, void* ctx);
- static void OnReadImpl(ssize_t nread,
- const uv_buf_t* buf,
- uv_handle_type pending,
- void* ctx);
-
template <class Wrap>
static void Finish(const v8::FunctionCallbackInfo<v8::Value>& args);
};