Commit 1d100f6
test: remove unused vars from http/https tests
Remove handful of 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: #7598
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>1 parent 4b464ce commit 1d100f6Copy full SHA for 1d100f6
File tree
Expand file treeCollapse file tree
5 files changed
+0
-12
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
5 files changed
+0
-12
lines changedOpen diff view settings
Collapse file
test/parallel/test-http-client-timeout-agent.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-client-timeout-agent.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
| ||
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | | - |
28 | 26 | |
29 | 27 | |
30 | 28 | |
|
Collapse file
test/parallel/test-http-pipeline-flood.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-pipeline-flood.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
34 | 33 | |
35 | | - |
36 | 34 | |
37 | 35 | |
38 | 36 | |
|
Collapse file
test/parallel/test-http-upgrade-agent.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-upgrade-agent.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | | - |
17 | | - |
18 | 15 | |
19 | 16 | |
20 | 17 | |
|
Collapse file
test/parallel/test-http-upgrade-client.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-upgrade-client.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | | - |
17 | | - |
18 | 15 | |
19 | 16 | |
20 | 17 | |
|
Collapse file
test/parallel/test-https-foafssl.js
Copy file name to clipboardExpand all lines: test/parallel/test-https-foafssl.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
28 | 27 | |
29 | 28 | |
30 | 29 | |
| ||
33 | 32 | |
34 | 33 | |
35 | 34 | |
36 | | - |
37 | 35 | |
38 | 36 | |
39 | 37 | |
|
0 commit comments