Commit dd56921
committed
Clean up more unused variables in perl code
This is a continuation of 0c1aca4, with some cleanup in:
- msvc_gendef.pl
- pgindent
- 005_negotiate_encryption.pl, as of an oversight of d39a49c that
has removed %params in test_matrix(), making also $server_config
useless.
Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/87wmm4dkci.fsf@wibble.ilmari.org1 parent dec9d4a commit dd56921
File tree
3 files changed
+7
-22
lines changed- src
- interfaces/libpq/t
- tools
- pgindent
3 files changed
+7
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 218 | | |
224 | 219 | | |
225 | 220 | | |
| |||
272 | 267 | | |
273 | 268 | | |
274 | 269 | | |
275 | | - | |
| 270 | + | |
276 | 271 | | |
277 | 272 | | |
278 | 273 | | |
| |||
311 | 306 | | |
312 | 307 | | |
313 | 308 | | |
314 | | - | |
315 | 309 | | |
316 | 310 | | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 311 | + | |
| 312 | + | |
321 | 313 | | |
322 | 314 | | |
323 | 315 | | |
324 | 316 | | |
325 | 317 | | |
326 | | - | |
327 | 318 | | |
328 | 319 | | |
329 | 320 | | |
| |||
336 | 327 | | |
337 | 328 | | |
338 | 329 | | |
339 | | - | |
340 | 330 | | |
341 | 331 | | |
342 | 332 | | |
| |||
400 | 390 | | |
401 | 391 | | |
402 | 392 | | |
403 | | - | |
| 393 | + | |
404 | 394 | | |
405 | 395 | | |
406 | 396 | | |
| |||
423 | 413 | | |
424 | 414 | | |
425 | 415 | | |
426 | | - | |
427 | 416 | | |
428 | 417 | | |
429 | 418 | | |
| |||
510 | 499 | | |
511 | 500 | | |
512 | 501 | | |
513 | | - | |
514 | 502 | | |
515 | 503 | | |
516 | 504 | | |
| |||
546 | 534 | | |
547 | 535 | | |
548 | 536 | | |
549 | | - | |
550 | | - | |
| 537 | + | |
| 538 | + | |
551 | 539 | | |
552 | 540 | | |
553 | 541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments