Skip to content

Commit b210d61

Browse files
bnoordhuisBridgeAR
authored andcommitted
src: remove unused static variable
PR-URL: #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>
1 parent cd1b55a commit b210d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module_wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ inline const struct read_result read_file(uv_file file) {
327327
struct file_check {
328328
bool failed = true;
329329
uv_file file = -1;
330-
} file_check;
330+
};
331331
inline const struct file_check check_file(URL search,
332332
bool close = false,
333333
bool allow_dir = false) {

0 commit comments

Comments
 (0)