◐ Shell
clean mode source ↗

src: remove duplicate code · nodejs/node@3d88aa9

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 3d88aa9

theanarkhtargos

authored and

committed

src: remove duplicate code

PR-URL: #59649 Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de>

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lines changed: 0 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -116,7 +116,6 @@ CommonEnvironmentSetup::CommonEnvironmentSetup(

116116

Isolate::CreateParams params;

117117

params.array_buffer_allocator = impl_->allocator.get();

118118

params.external_references = external_references.data();

119-

params.external_references = external_references.data();

120119

params.cpp_heap =

121120

v8::CppHeap::Create(platform, v8::CppHeapCreateParams{{}}).release();

122121

0 commit comments