diff options
Diffstat (limited to 'hash.h')
| -rw-r--r-- | hash.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,11 +6,6 @@ #define the_hash_algo the_repository->hash_algo -static inline int is_null_oid(const struct object_id *oid) -{ - return oideq(oid, null_oid()); -} - static inline int is_empty_blob_oid(const struct object_id *oid) { return oideq(oid, the_hash_algo->empty_blob); |
