Skip to content

Commit 2e31126

Browse files
gflandreMylesBorins
authored andcommitted
test: remove unused variable
PR-URL: #17187 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a08bcae commit 2e31126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-timers-block-eventloop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const t3 =
1616
setTimeout(common.mustNotCall('eventloop blocked!'), platformTimeout(200));
1717

1818
setTimeout(function() {
19-
fs.stat('/dev/nonexistent', (err, stats) => {
19+
fs.stat('/dev/nonexistent', () => {
2020
clearInterval(t1);
2121
clearInterval(t2);
2222
clearTimeout(t3);

0 commit comments

Comments
 (0)