diff options
Diffstat (limited to 'include/git2/oid.h')
-rw-r--r-- | include/git2/oid.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/oid.h b/include/git2/oid.h index 288e90bc8..b20bb221a 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -145,15 +145,6 @@ GIT_EXTERN(void) git_oid_cpy(git_oid *out, const git_oid *src); * @param b second oid structure. * @return <0, 0, >0 if a < b, a == b, a > b. */ -GIT_EXTERN(int) git_oid_compare(const git_oid *oid_a, const git_oid *oid_b); - -/** - * Compare two oid structures. - * - * @param a first oid structure. - * @param b second oid structure. - * @return <0, 0, >0 if a < b, a == b, a > b. - */ GIT_EXTERN(int) git_oid_cmp(const git_oid *a, const git_oid *b); /** |