Commit 4b464ce
benchmark: remove unused variables
Remove variables that are assigned but never used.
(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: #7600
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>1 parent 3241536 commit 4b464ceCopy full SHA for 4b464ce
File tree
Expand file treeCollapse file tree
5 files changed
+0
-19
lines changedOpen diff view settings
Filter options
- benchmark
- http
- test
- parallel
- sequential
Expand file treeCollapse file tree
5 files changed
+0
-19
lines changedOpen diff view settings
Collapse file
benchmark/http/_chunky_http_client.js
Copy file name to clipboardExpand all lines: benchmark/http/_chunky_http_client.js-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
54 | | - |
55 | 53 | |
56 | 54 | |
57 | 55 | |
| ||
69 | 67 | |
70 | 68 | |
71 | 69 | |
72 | | - |
73 | 70 | |
74 | 71 | |
75 | 72 | |
76 | 73 | |
77 | 74 | |
78 | 75 | |
79 | | - |
80 | 76 | |
81 | 77 | |
82 | 78 | |
|
Collapse file
benchmark/static_http_server.js
Copy file name to clipboardExpand all lines: benchmark/static_http_server.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | 9 | |
11 | 10 | |
12 | 11 | |
| ||
37 | 36 | |
38 | 37 | |
39 | 38 | |
40 | | - |
41 | 39 | |
42 | 40 | |
Collapse file
test/parallel/test-event-emitter-remove-listeners.js
Copy file name to clipboardExpand all lines: test/parallel/test-event-emitter-remove-listeners.js-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | | - |
8 | 6 | |
9 | 7 | |
10 | | - |
11 | 8 | |
12 | 9 | |
13 | 10 | |
14 | 11 | |
15 | | - |
16 | 12 | |
17 | 13 | |
18 | 14 | |
|
Collapse file
test/parallel/test-tls-session-cache.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-session-cache.js-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | | - |
93 | 92 | |
94 | | - |
95 | | - |
96 | | - |
97 | 93 | |
98 | 94 | |
99 | 95 | |
|
Collapse file
test/sequential/test-pump-file2tcp-noexist.js
Copy file name to clipboardExpand all lines: test/sequential/test-pump-file2tcp-noexist.js-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
30 | | - |
31 | | - |
32 | 29 | |
33 | 30 | |
34 | 31 | |
| ||
39 | 36 | |
40 | 37 | |
41 | 38 | |
42 | | - |
43 | | - |
44 | 39 | |
45 | 40 | |
46 | 41 | |
|
0 commit comments