diff options
Diffstat (limited to 'src/fetchhead.c')
-rw-r--r-- | src/fetchhead.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fetchhead.c b/src/fetchhead.c index 6e8fb9fac..4dcebb857 100644 --- a/src/fetchhead.c +++ b/src/fetchhead.c @@ -16,7 +16,6 @@ #include "refs.h" #include "repository.h" - int git_fetchhead_ref_cmp(const void *a, const void *b) { const git_fetchhead_ref *one = (const git_fetchhead_ref *)a; |