summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index e64907085..e78b2cd5e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -95,8 +95,6 @@ extern void git__strtolower(char *str);
#define STRLEN(str) (sizeof(str) - 1)
-#define GIT_OID_LINE_LENGTH(header) (STRLEN(header) + 1 + GIT_OID_HEXSZ + 1)
-
extern int git__fnmatch(const char *pattern, const char *name, int flags);
/*