From babbff347c19473a8ce571c6ef3fbd0cc7b8d9de Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Fri, 10 Oct 2014 15:17:05 -0700 Subject: Move un-namespaced constant to internal header FLAG_BITS only seems to be used internally --- include/git2/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/git2') diff --git a/include/git2/common.h b/include/git2/common.h index ddeaf77a2..1363316b6 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -83,8 +83,6 @@ GIT_BEGIN_DECL */ #define GIT_OID_HEX_ZERO "0000000000000000000000000000000000000000" -#define FLAG_BITS 27 - /** * Return the version of the libgit2 library * being currently used. -- cgit v1.2.1