refs: Remove unused declarations

This commit is contained in:
Vicent Marti 2011-06-28 19:43:36 +02:00
parent 2fb520f19a
commit 9525e47df9

View File

@ -80,8 +80,6 @@ static int packed_sort(const void *a, const void *b);
static int packed_write(git_repository *repo);
/* internal helpers */
static int reference_create_symbolic(git_reference **ref_out, git_repository *repo, const char *name, const char *target, int force);
static int reference_create_oid(git_reference **ref_out, git_repository *repo, const char *name, const git_oid *id, int force);
static int reference_rename(git_reference *ref, const char *new_name, int force);
static int reference_available(git_repository *repo, const char *ref, const char *old_ref);