commit-graph: drop verify_commit_graph_lite()
commitf4e4756c545359fed7786b11d22f84db61babe21
authorJeff King <peff@peff.net>
Thu, 9 Nov 2023 07:25:24 +0000 (9 02:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 10:07:54 +0000 (9 19:07 +0900)
tree8a20eaf99b356f85788f862b0128d0ab192badf2
parent06fb135f8eddc64071a719fe309c771883c07775
commit-graph: drop verify_commit_graph_lite()

As we've moved all of the checks from this function directly into the
chunk-reading code used by the caller (and there is only one caller), we
can just drop it entirely.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c