From 628511a5883fa809e86b34ebc147ac62eb214458 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 12 Apr 2010 16:25:26 -0700 Subject: tag.h: Remove unused signature field Its documented as unused. So lets just drop it from the structure since we haven't ever used it. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- tag.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tag.h') diff --git a/tag.h b/tag.h index 7a0cb0070d..c437890f79 100644 --- a/tag.h +++ b/tag.h @@ -9,7 +9,6 @@ struct tag { struct object object; struct object *tagged; char *tag; - char *signature; /* not actually implemented */ }; extern struct tag *lookup_tag(const unsigned char *sha1); -- cgit v1.2.3