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 <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
2e0052a5eb
commit
628511a588
1
tag.h
1
tag.h
@ -9,7 +9,6 @@ struct tag {
|
|||||||
struct object object;
|
struct object object;
|
||||||
struct object *tagged;
|
struct object *tagged;
|
||||||
char *tag;
|
char *tag;
|
||||||
char *signature; /* not actually implemented */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct tag *lookup_tag(const unsigned char *sha1);
|
extern struct tag *lookup_tag(const unsigned char *sha1);
|
||||||
|
Loading…
Reference in New Issue
Block a user