Move un-namespaced constant to internal header

FLAG_BITS only seems to be used internally
This commit is contained in:
Russell Belfer
2014-10-10 15:17:05 -07:00
parent fd0f6d3855
commit babbff347c
2 changed files with 2 additions and 2 deletions

View File

@@ -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.