]> git.ipfire.org Git - thirdparty/git.git/blobdiff - oidset.c
t1405: check for_each_reflog_ent_reverse() more thoroughly
[thirdparty/git.git] / oidset.c
index 5aac633c1f405580447001dfae114660e6120e90..b36a2bae86470236a51ffe6bec7792222de478fe 100644 (file)
--- a/oidset.c
+++ b/oidset.c
@@ -36,11 +36,6 @@ void oidset_clear(struct oidset *set)
        oidset_init(set, 0);
 }
 
-int oidset_size(struct oidset *set)
-{
-       return kh_size(&set->set);
-}
-
 void oidset_parse_file(struct oidset *set, const char *path)
 {
        oidset_parse_file_carefully(set, path, NULL, NULL);