File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments