]> git.99rst.org Git - git.git/commit
gpg-interface: remove an unnecessary NULL initialization
authorCollin Funk <redacted>
Fri, 6 Feb 2026 01:46:10 +0000 (17:46 -0800)
committerJunio C Hamano <redacted>
Fri, 6 Feb 2026 01:59:19 +0000 (17:59 -0800)
commitfc9fd8065c6049243f50e90f00a847054ca15e28
tree3ca60eb81a51d3c0c610245b13f8306ea32c26ad
parent4ac4705afa3ab660e206c2b870bfae2ddb647ffa
gpg-interface: remove an unnecessary NULL initialization

We assign this variable unconditionally, so we do not need to
initialize it to NULL where it is defined.

Signed-off-by: Collin Funk <redacted>
Signed-off-by: Junio C Hamano <redacted>
gpg-interface.c
git clone https://git.99rst.org/PROJECT