Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2013-03-02 01:37:33 +0400
committerEdward Thomson <ethomson@edwardthomson.com>2013-03-07 21:01:52 +0400
commitd00d54645d931c77a9b401518c0d73e3f640454b (patch)
treee1932dcc97172a53524e9db1ba4923cf137a4f9c /src/fetchhead.c
parent6a9ef012376e8a21dcfd0499ab16048eb6e954c3 (diff)
immutable references and a pluggable ref database
Diffstat (limited to 'src/fetchhead.c')
-rw-r--r--src/fetchhead.c1
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;