X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=object.h;h=82877c831ca7fe39abbb98805f5801bdc6fcac9c;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=89dd0c47a6c86fd3a63370c84e574e799830e1d3;hpb=a42332c21723fde9f36b579f6b39a23aa1aac137;p=git.git diff --git a/object.h b/object.h index 89dd0c47a..82877c831 100644 --- a/object.h +++ b/object.h @@ -72,11 +72,6 @@ struct object *lookup_unknown_object(const unsigned char *sha1); struct object_list *object_list_insert(struct object *item, struct object_list **list_p); -void object_list_append(struct object *item, - struct object_list **list_p); - -unsigned object_list_length(struct object_list *list); - int object_list_contains(struct object_list *list, struct object *obj); /* Object array handling .. */