Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
worker: remove not implemented declarations
  • Loading branch information
arturgawlik committed Nov 9, 2025
commit b1b37145e3340b407c47c1931ec44b77fc6fd79f
3 changes: 0 additions & 3 deletions src/node_worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ class Worker : public AsyncWrap {
std::string_view name() const { return name_; }

static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void CloneParentEnvVars(
const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetEnvVars(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 HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
Expand Down
Loading