Skip to content

Commit

Permalink
src,bootstrap: remove NodeMainInstance::registry_
Browse files Browse the repository at this point in the history
All uses of NodeMainInstance::registry_ were removed in
43d2e24,
so this change removes the variable completely.

Signed-off-by: Darshan Sen <raisinten@gmail.com>

PR-URL: #43392
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
RaisinTen authored and targos committed Jul 12, 2022
1 parent 3ad4d37 commit 48ee6b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_main_instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class NodeMainInstance {
const std::vector<std::string>& args,
const std::vector<std::string>& exec_args);

static std::unique_ptr<ExternalReferenceRegistry> registry_;
std::vector<std::string> args_;
std::vector<std::string> exec_args_;
std::unique_ptr<ArrayBufferAllocator> array_buffer_allocator_;
Expand Down

0 comments on commit 48ee6b9

Please sign in to comment.