]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-reach.c
Merge branch 'dd/notes-copy-default-dst-to-head'
[thirdparty/git.git] / commit-reach.c
index 3ea174788a4f0229460bad65373e974cc3f87c64..4ca7e706a18ecf3c6cf862966b9d2f81d02bc964 100644 (file)
@@ -10,7 +10,6 @@
 #include "commit-reach.h"
 
 /* Remember to update object flag allocation in object.h */
-#define REACHABLE       (1u<<15)
 #define PARENT1                (1u<<16)
 #define PARENT2                (1u<<17)
 #define STALE          (1u<<18)