Commit b5e516a
test: remove unused var in test-tls-server-verify
`connections` 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: #7595
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 242d6c7 commit b5e516aCopy full SHA for b5e516a
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-tls-server-verify.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-server-verify.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
254 | 254 | |
255 | 255 | |
256 | 256 | |
257 | | - |
258 | | - |
259 | 257 | |
260 | 258 | |
261 | 259 | |
| ||
290 | 288 | |
291 | 289 | |
292 | 290 | |
293 | | - |
294 | 291 | |
295 | 292 | |
296 | 293 | |
|
0 commit comments