Skip to content

Commit c93ee8b

Browse files
RaisinTenguangwong
authored andcommitted
src,bootstrap: remove NodeMainInstance::registry_
All uses of NodeMainInstance::registry_ were removed in nodejs/node@43d2e24, so this change removes the variable completely. Signed-off-by: Darshan Sen <[email protected]> PR-URL: nodejs/node#43392 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 1b586e4 commit c93ee8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_main_instance.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class NodeMainInstance {
7878
const std::vector<std::string>& args,
7979
const std::vector<std::string>& exec_args);
8080

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

0 commit comments

Comments
 (0)