Skip to content

Commit aa3e9e6

Browse files
devzero2000gitster
authored andcommitted
attr.h: remove duplicate struct definition
struct index_state is declared more than once. Signed-off-by: Elia Pinto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 12e3b08 commit aa3e9e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

attr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ struct git_attr;
121121
/* opaque structures used internally for attribute collection */
122122
struct all_attrs_item;
123123
struct attr_stack;
124-
struct index_state;
125124

126125
/*
127126
* Given a string, return the gitattribute object that

0 commit comments

Comments
 (0)