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 94eae3275..9753e0586 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -58,7 +58,6 @@ struct keyword_action { const char *keyword; void (*fn)(char *, struct membuffer *, struct git_parser_state *); }; -#define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0])) static git_blob *git_tree_entry_blob(git_repository *repo, const git_tree_entry *entry); |