Skip to content

Commit b1b3714

Browse files
committed
worker: remove not implemented declarations
1 parent 5de368f commit b1b3714

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node_worker.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ class Worker : public AsyncWrap {
6666
std::string_view name() const { return name_; }
6767

6868
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
69-
static void CloneParentEnvVars(
70-
const v8::FunctionCallbackInfo<v8::Value>& args);
71-
static void SetEnvVars(const v8::FunctionCallbackInfo<v8::Value>& args);
7269
static void StartThread(const v8::FunctionCallbackInfo<v8::Value>& args);
7370
static void StopThread(const v8::FunctionCallbackInfo<v8::Value>& args);
7471
static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);

0 commit comments

Comments
 (0)