Commit e3c7786b22b385d7ec5049c5315c74bd37182e8c

Jakob Pfender 2011-04-28T17:31:13

index.c: Remove duplicate function declaration read_unmerged_internal() was present twice.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/index.c b/src/index.c
index 6a2afda..94d1c9e 100644
--- a/src/index.c
+++ b/src/index.c
@@ -99,7 +99,6 @@ static size_t read_entry(git_index_entry *dest, const void *buffer, size_t buffe
 static int read_header(struct index_header *dest, const void *buffer);
 
 static int read_tree(git_index *index, const char *buffer, size_t buffer_size);
-static int read_unmerged_internal(git_index *, const char **, size_t buffer_size);
 static git_index_tree *read_tree_internal(const char **, const char *, git_index_tree *);
 static int read_unmerged_internal(git_index *, const char **, size_t buffer_size);