diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c index f74950248..c6b3400a8 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -31,7 +31,6 @@ struct keyword_action { }; #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) -extern void parse_location(char *buf, location_t *); git_blob *git_tree_entry_blob(git_repository *repo, const git_tree_entry *entry); static char *get_utf8(struct membuffer *b) |