Skip to content

Commit 7556994

Browse files
gengjiawenaddaleax
authored andcommitted
src: remove unused method in js_stream.h
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>
1 parent 882902c commit 7556994

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/js_stream.h

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ class JSStream : public AsyncWrap, public StreamBase {
4141
static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
4242
static void EmitEOF(const v8::FunctionCallbackInfo<v8::Value>& args);
4343

44-
static void OnAllocImpl(size_t size, uv_buf_t* buf, void* ctx);
45-
static void OnReadImpl(ssize_t nread,
46-
const uv_buf_t* buf,
47-
uv_handle_type pending,
48-
void* ctx);
49-
5044
template <class Wrap>
5145
static void Finish(const v8::FunctionCallbackInfo<v8::Value>& args);
5246
};

0 commit comments

Comments
 (0)