Skip to content

Commit

Permalink
src: remove unused static variable
Browse files Browse the repository at this point in the history
PR-URL: #15458
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
bnoordhuis authored and MylesBorins committed Oct 3, 2017
1 parent 902feea commit d202c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,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) {
Expand Down

0 comments on commit d202c05

Please sign in to comment.