Remove deprecated annotation

This commit is contained in:
u_quark
2024-01-14 12:22:26 +00:00
parent 080248352b
commit 48cb38a1b8

View File

@@ -108,7 +108,6 @@ GIT_EXTERN(int) git_signature_default_committer(git_signature **out, git_reposit
* based on that information. It will return GIT_ENOTFOUND if either the
* user.name or user.email are not set.
*
* @deprecated use git_signature_default_author or git_signature_default_committer instead
* @param out new signature
* @param repo repository pointer
* @return 0 on success, GIT_ENOTFOUND if config is missing, or error code