Commit 1e37cc6
committed
Remove unused variable
The low variable has not been used since it was added in d168b66
and can be safely removed. The variable is present in the Sedgewick
paper "Analysis of Shellsort and Related Algorithms" as a parameter
to the shellsort function, but our implementation does not use it.
Remove to improve readability of the code.
Author: Koki Nakamura <btnakamurakoukil@oss.nttdata.com>
Discussion: https://postgr.es/m/8aeb7b3eda53ca4c65fbacf8f43628fb@oss.nttdata.com1 parent a0be940 commit 1e37cc6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8302 | 8302 | | |
8303 | 8303 | | |
8304 | 8304 | | |
8305 | | - | |
8306 | 8305 | | |
8307 | 8306 | | |
8308 | 8307 | | |
| |||
8318 | 8317 | | |
8319 | 8318 | | |
8320 | 8319 | | |
8321 | | - | |
| 8320 | + | |
8322 | 8321 | | |
8323 | 8322 | | |
8324 | 8323 | | |
| |||
0 commit comments