X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=object.h;fp=object.h;h=bdbf0facd47015b61a6fbf25eb358b6e256c86b6;hb=0ab179504a17907c395a4009f7c23d2f71bba1d3;hp=749a6f589059bc773966e2b6942971e6e475b28a;hpb=21666f1aae4e890d8f50924f9e80763b27e6a45d;p=git.git diff --git a/object.h b/object.h index 749a6f589..bdbf0facd 100644 --- a/object.h +++ b/object.h @@ -47,9 +47,6 @@ extern struct object_refs *lookup_object_refs(struct object *); /** Internal only **/ struct object *lookup_object(const unsigned char *sha1); -/** Returns the object, having looked it up as being the given type. **/ -struct object *lookup_object_type(const unsigned char *sha1, const char *type); - void created_object(const unsigned char *sha1, struct object *obj); /** Returns the object, having parsed it to find out what it is. **/