diff options
Diffstat (limited to 'src/reflog.h')
-rw-r--r-- | src/reflog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reflog.h b/src/reflog.h index 3bbdf6e10..749cbc688 100644 --- a/src/reflog.h +++ b/src/reflog.h @@ -17,8 +17,6 @@ #define GIT_REFLOG_SIZE_MIN (2*GIT_OID_HEXSZ+2+17) -#define GIT_OID_HEX_ZERO "0000000000000000000000000000000000000000" - struct git_reflog_entry { git_oid oid_old; git_oid oid_cur; |