src: remove redundant method in node_worker.h
Signed-off-by: gengjiawen <technicalcute@gmail.com> PR-URL: https://github.com/nodejs/node/pull/25849 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
0de44436a9
commit
686043e76e
@ -44,7 +44,6 @@ class Worker : public AsyncWrap {
|
||||
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetMessagePort(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void Ref(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void Unref(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user