Skip to content

Commit

Permalink
src: remove unused method in js_stream.h
Browse files Browse the repository at this point in the history
Signed-off-by: gengjiawen <technicalcute@gmail.com>

PR-URL: #25790
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
gengjiawen authored and addaleax committed Feb 3, 2019
1 parent 882902c commit 7556994
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 7556994

Please sign in to comment.