Skip to content

Commit

Permalink
src: remove unused variable in node_native_module.cc
Browse files Browse the repository at this point in the history
PR-URL: #26411
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
gengjiawen authored and BridgeAR committed Mar 5, 2019
1 parent 6e3b216 commit e96ac84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_native_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ MaybeLocal<Function> NativeModuleLoader::LookupAndCompile(
Environment* optional_env) {
Isolate* isolate = context->GetIsolate();
EscapableHandleScope scope(isolate);
Local<Value> ret; // Used to convert to MaybeLocal before return

const auto source_it = source_.find(id);
CHECK_NE(source_it, source_.end());
Expand Down

0 comments on commit e96ac84

Please sign in to comment.