summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'object.h')
-rw-r--r--object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/object.h b/object.h
index 232727b..f8b6442 100644
--- 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)