зеркало из https://github.com/microsoft/git.git
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:
Родитель
2e0052a5eb
Коммит
628511a588
1
tag.h
1
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче