]> git.ipfire.org Git - thirdparty/git.git/commit
commit: remove unused forward declaration
authorJustin Tobler <jltobler@gmail.com>
Fri, 13 Mar 2026 01:39:36 +0000 (20:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2026 04:28:19 +0000 (21:28 -0700)
commit233545cc60315863fea3fa17e2df86de23a6a4f7
tree10375fa2565d8255937b8b706d803a88a2ad2028
parentd181b9354cf85b44455ce3ca9e6af0b9559e0ae2
commit: remove unused forward declaration

In 6206089cbd (commit: write commits for both hashes, 2023-10-01),
`sign_with_header()` was removed, but its forward declaration in
"commit.h" was left. Remove the unused declaration.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.h