git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] attr.h: remove duplicate struct definition
@ 2022-03-14  0:23 Elia Pinto
  2022-03-14  5:40 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Elia Pinto @ 2022-03-14  0:23 UTC (permalink / raw)
  To: git; +Cc: Elia Pinto

struct index_state is declared more than once.

Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
---
 attr.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/attr.h b/attr.h
index 3732505eda..3fb40cced0 100644
--- a/attr.h
+++ b/attr.h
@@ -121,7 +121,6 @@ struct git_attr;
 /* opaque structures used internally for attribute collection */
 struct all_attrs_item;
 struct attr_stack;
-struct index_state;
 
 /*
  * Given a string, return the gitattribute object that
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-14 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-14  0:23 [PATCH 6/6] attr.h: remove duplicate struct definition Elia Pinto
2022-03-14  5:40 ` Junio C Hamano
2022-03-14 10:39   ` Elia Pinto
2022-03-14 21:45     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).