amcheck: Remove unused IndexCheckableCallback typedef.

Fujii Masao <fujii@postgresql.org>

Commit: d64d68fddf9802dea4cc5be8a491937c3aefefa0
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-07-04T14:25:40Z
amcheck: Remove unused IndexCheckableCallback typedef.

Commit d70b17636dd introduced the IndexCheckableCallback typedef for
a callback function, but it was never used. This commit removes
the unused typedef to clean up dead code.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/e1ea4e14-3b21-4e01-a5f2-0686883265df@oss.nttdata.com

Files

PathChange+/−
contrib/amcheck/verify_common.h modified +1 −2

Discussion