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
This commit is contained in:
Junio C Hamano
2025-03-29 16:39:08 +09:00

1
dir.h
View File

@@ -43,7 +43,6 @@ struct repository;
* *
*/ */
struct repository;
struct dir_entry { struct dir_entry {
unsigned int len; unsigned int len;