Commit 5192bed
test: remove unused var from child-process-fork
`messageCount` is assigned, but never used. Remove it.
(This was missed by the linter in previous versions of ESLint but is
flagged by the current version. Updating the linter is contingent on
this change or some similar remedy landing.)
PR-URL: #7599
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>1 parent e1aedbf commit 5192bedCopy full SHA for 5192bed
File tree
Expand file treeCollapse file tree
1 file changed
+0
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+0
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-fork.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-fork.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | 10 | |
13 | 11 | |
14 | 12 | |
15 | | - |
16 | 13 | |
17 | 14 | |
18 | 15 | |
|
0 commit comments