Skip to content

Commit 48ee6b9

Browse files
RaisinTentargos
authored andcommitted
src,bootstrap: remove NodeMainInstance::registry_
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>
1 parent 3ad4d37 commit 48ee6b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_main_instance.h

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class NodeMainInstance {
7777
const std::vector<std::string>& args,
7878
const std::vector<std::string>& exec_args);
7979

80-
static std::unique_ptr<ExternalReferenceRegistry> registry_;
8180
std::vector<std::string> args_;
8281
std::vector<std::string> exec_args_;
8382
std::unique_ptr<ArrayBufferAllocator> array_buffer_allocator_;

0 commit comments

Comments
 (0)