Browse Source

src: remove unused static variable

PR-URL: https://github.com/nodejs/node/pull/15458
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
canary-base
Ben Noordhuis 8 years ago
committed by Ruben Bridgewater
parent
commit
b210d61869
No known key found for this signature in database GPG Key ID: F07496B3EB3C1762
  1. 2
      src/module_wrap.cc

2
src/module_wrap.cc

@ -327,7 +327,7 @@ inline const struct read_result read_file(uv_file file) {
struct file_check {
bool failed = true;
uv_file file = -1;
} file_check;
};
inline const struct file_check check_file(URL search,
bool close = false,
bool allow_dir = false) {

Loading…
Cancel
Save