reftable/dump: drop unused `compact_stack()`
commit55c7ff42f93159c7409bdd4caa59837baf482a05
authorPatrick Steinhardt <ps@pks.im>
Thu, 22 Aug 2024 06:35:00 +0000 (22 08:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2024 14:59:46 +0000 (22 07:59 -0700)
treec6354ab2fb13323da7e7eb3ed310d96e0ecec466
parentf2406c81b989b39c1caac78216948d38aaf7c4ee
reftable/dump: drop unused `compact_stack()`

The `compact_stack()` function is exposed via `reftable_dump_main()`,
which ultimately ends up being wired into "test-tool reftable". It is
never used by our tests though, and nowadays we have wired up support
for stack compaction into git-pack-refs(1).

Remove the code.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/dump.c