diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-03-29 16:39:08 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-29 16:39:09 +0900 |
| commit | f3db666cca0170a43ed602e7130c705882ce7574 (patch) | |
| tree | 298d5f3a6f29fbb009495e69ac0b244895c98c82 | |
| parent | Merge branch 'ps/meson-with-breaking-changes' (diff) | |
| parent | dir.h: remove duplicate forward declaration of struct repository (diff) | |
| download | git-f3db666cca0170a43ed602e7130c705882ce7574.tar.gz git-f3db666cca0170a43ed602e7130c705882ce7574.zip | |
Merge branch 'am/dir-dedup-decl-of-repository'
Code cleanup.
* am/dir-dedup-decl-of-repository:
dir.h: remove duplicate forward declaration of struct repository
| -rw-r--r-- | dir.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ struct repository; * */ -struct repository; struct dir_entry { unsigned int len; |
