Commit 3747d91
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 5192bed commit 3747d91Copy full SHA for 3747d91
File tree
Expand file treeCollapse file tree
3 files changed
+0
-11
lines changedOpen diff view settings
Filter options
- benchmark
- dgram
- http
Expand file treeCollapse file tree
3 files changed
+0
-11
lines changedOpen diff view settings
Collapse file
benchmark/dgram/array-vs-concat.js
Copy file name to clipboardExpand all lines: benchmark/dgram/array-vs-concat.js-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | 44 | |
46 | 45 | |
47 | 46 | |
| ||
71 | 70 | |
72 | 71 | |
73 | 72 | |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | 73 | |
79 | 74 | |
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 | |
0 commit comments