summaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/index.h b/src/index.h
index 818f1f120..658404953 100644
--- a/src/index.h
+++ b/src/index.h
@@ -6,12 +6,6 @@
#include "git/odb.h"
#include "git/index.h"
-#define GIT_IDXENTRY_NAMEMASK (0x0fff)
-#define GIT_IDXENTRY_STAGEMASK (0x3000)
-#define GIT_IDXENTRY_EXTENDED (0x4000)
-#define GIT_IDXENTRY_VALID (0x8000)
-#define GIT_IDXENTRY_STAGESHIFT 12
-
struct git_index_tree {
char *name;