aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-03-29 16:39:08 +0900
committerJunio C Hamano <gitster@pobox.com>2025-03-29 16:39:09 +0900
commitf3db666cca0170a43ed602e7130c705882ce7574 (patch)
tree298d5f3a6f29fbb009495e69ac0b244895c98c82
parentMerge branch 'ps/meson-with-breaking-changes' (diff)
parentdir.h: remove duplicate forward declaration of struct repository (diff)
downloadgit-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dir.h b/dir.h
index 6cfef5df66..d7e71aa8da 100644
--- a/dir.h
+++ b/dir.h
@@ -43,7 +43,6 @@ struct repository;
*
*/
-struct repository;
struct dir_entry {
unsigned int len;