forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e37cc6
committed
Remove unused variable
The low variable has not been used since it was added ind168b66and can be safely removed. The variable is present in the Sedgewickpaper "Analysis of Shellsort and Related Algorithms" as a parameterto 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 parenta0be940 commit1e37cc6
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
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
Comments
(0)