]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Merge branch 'mf/submodule-summary-with-correct-repository'
[thirdparty/git.git] / commit.h
index bd73b8447203cb668742f5f809b57842d319a6aa..e6f8f7c26fcf5232e260cd4801e6819de4091ec9 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -95,7 +95,6 @@ static inline int parse_commit_no_graph(struct commit *commit)
 
 #ifndef NO_THE_REPOSITORY_COMPATIBILITY_MACROS
 #define parse_commit_internal(item, quiet, use) repo_parse_commit_internal(the_repository, item, quiet, use)
-#define parse_commit_gently(item, quiet) repo_parse_commit_gently(the_repository, item, quiet)
 #define parse_commit(item) repo_parse_commit(the_repository, item)
 #endif