diff options
-rw-r--r-- | tag.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |