Commit 9525e47df91c42922b5bbcd1a1408899c5dc89be

Vicent Marti 2011-06-28T19:43:36

refs: Remove unused declarations

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/refs.c b/src/refs.c
index d4a820b..1ff7a40 100644
--- a/src/refs.c
+++ b/src/refs.c
@@ -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);