summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorDaniel Gustafsson2024-11-06 14:11:14 +0000
committerDaniel Gustafsson2024-11-06 14:11:14 +0000
commit1e37cc6e2c1f39565275b5dabf0f301c2ece95e1 (patch)
treebe0bf1daeb83a4bfb762721ae9cc9cdc1d2acf4c /src/backend/access/gist/gist.c
parenta0be94067e76c81a2bbba6a98b584b870024e363 (diff)
Remove unused variable
The low variable has not been used since it was added in d168b666823 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 <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions