Skip to content

Commit 0db1c6e

Browse files
authored
worker: remove not implemented declarations
PR-URL: #60655 Reviewed-By: Anna Henningsen <[email protected]>
1 parent 33586d5 commit 0db1c6e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/node_worker.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ class WorkerThreadData {
268268
uv_loop_t loop_;
269269
bool loop_init_failed_ = true;
270270
DeleteFnPtr<IsolateData, FreeIsolateData> isolate_data_;
271-
const SnapshotData* snapshot_data_ = nullptr;
272271
friend class Worker;
273272
};
274273

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)