]> Kevux Git Server - rit/commit
chunk-format: drop pair_chunk_unsafe()
authorJeff King <peff@peff.net>
Mon, 9 Oct 2023 21:06:01 +0000 (17:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 22:55:02 +0000 (15:55 -0700)
commitca06f0fe5d8f3e93da1486b880f0e94f1c11238a
treee87f8887682fbce874dd8598c63422a5f319d9dd
parent12192a9db9beb3c45dd5064f34d1fcdc71f6a062
chunk-format: drop pair_chunk_unsafe()

There are no callers left, and we don't want anybody to add new ones (they
should use the not-unsafe version instead). So let's drop the function.

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