about summary refs log tree commit diff
path: root/third_party/git/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/tag.h')
-rw-r--r--third_party/git/tag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/tag.h b/third_party/git/tag.h
index 3ce8e72192..03265fbfe2 100644
--- a/third_party/git/tag.h
+++ b/third_party/git/tag.h
@@ -19,6 +19,5 @@ struct object *deref_tag(struct repository *r, struct object *, const char *, in
 struct object *deref_tag_noverify(struct object *);
 int gpg_verify_tag(const struct object_id *oid,
 		   const char *name_to_report, unsigned flags);
-struct object_id *get_tagged_oid(struct tag *tag);
 
 #endif /* TAG_H */