chiark / gitweb /
Remove unused data_index (gcc-16 fix) Closes: #1133430
authorMatthew Vernon <matthew@debian.org>
Wed, 15 Apr 2026 09:23:21 +0000 (10:23 +0100)
committerMatthew Vernon <matthew@debian.org>
Wed, 15 Apr 2026 09:36:33 +0000 (10:36 +0100)
commitd8cdc57dc27a1137dfe12abdfc0a16b6e6af05cf
tree68f6bad4272be2efc2fdd119e629717dc2c0036b
parentf6770cfce4356bc8e9827747de0355a80bcebce9
Remove unused data_index (gcc-16 fix) Closes: #1133430

gcc-16 noted that data_index was declared and allocated to, but never
actually used(!) So remove it.
makeconcfile.c