Skip to content

Commit

Permalink
fixup! src: simplify direct queries of env vars in C++ land
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Feb 26, 2024
1 parent 92ca21c commit 4969cdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/node_credentials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace node {
using v8::Array;
using v8::Context;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Isolate;
using v8::Local;
using v8::MaybeLocal;
Expand Down
1 change: 0 additions & 1 deletion src/node_worker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ using v8::Isolate;
using v8::Local;
using v8::Locker;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Null;
using v8::Number;
using v8::Object;
Expand Down

0 comments on commit 4969cdb

Please sign in to comment.