]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object.h
Remove get_object_hash.
[thirdparty/git.git] / object.h
index 232727ba3d8fe1a82d8de1647ccc2e60f5452985..f8b644263ff7e3b244bc1804b8527f87f7dbcf84 100644 (file)
--- a/object.h
+++ b/object.h
@@ -52,8 +52,6 @@ struct object {
        struct object_id oid;
 };
 
-#define get_object_hash(x) ((x).oid.hash)
-
 extern const char *typename(unsigned int type);
 extern int type_from_string_gently(const char *str, ssize_t, int gentle);
 #define type_from_string(str) type_from_string_gently(str, -1, 0)