diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2023-03-28 15:58:56 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-28 07:36:46 -0700 |
| commit | 035c7de9e9ea11d26df5f9e4bb117f91ed11a9fd (patch) | |
| tree | aa5e559515a6b8d1365de71f4825ea5d52df5b89 /revision.h | |
| parent | cocci: apply the "rerere.h" part of "the_repository.pending" (diff) | |
| download | git-035c7de9e9ea11d26df5f9e4bb117f91ed11a9fd.tar.gz git-035c7de9e9ea11d26df5f9e4bb117f91ed11a9fd.zip | |
cocci: apply the "revision.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to
"revision.h".
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
| -rw-r--r-- | revision.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/revision.h b/revision.h index 30febad09a..eeb91677d0 100644 --- a/revision.h +++ b/revision.h @@ -415,9 +415,6 @@ struct rev_info { void repo_init_revisions(struct repository *r, struct rev_info *revs, const char *prefix); -#ifndef NO_THE_REPOSITORY_COMPATIBILITY_MACROS -#define init_revisions(revs, prefix) repo_init_revisions(the_repository, revs, prefix) -#endif /** * Parse revision information, filling in the `rev_info` structure, and |
