Skip to content

Commit 015ed0b

Browse files
gengjiawenaddaleax
authored andcommitted
src: remove redundant method in node_worker.h
Signed-off-by: gengjiawen <technicalcute@gmail.com> PR-URL: #25849 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 44655e9 commit 015ed0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_worker.h

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class Worker : public AsyncWrap {
4444
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
4545
static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
4646
static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
47-
static void GetMessagePort(const v8::FunctionCallbackInfo<v8::Value>& args);
4847
static void Ref(const v8::FunctionCallbackInfo<v8::Value>& args);
4948
static void Unref(const v8::FunctionCallbackInfo<v8::Value>& args);
5049

0 commit comments

Comments
 (0)