X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit-reach.c;h=4ca7e706a18ecf3c6cf862966b9d2f81d02bc964;hb=da72936f544fec5a335e66432610e4cef4430991;hp=3ea174788a4f0229460bad65373e974cc3f87c64;hpb=764bd200e1077b44f291973a623debccf151fcb2;p=thirdparty%2Fgit.git diff --git a/commit-reach.c b/commit-reach.c index 3ea174788a..4ca7e706a1 100644 --- a/commit-reach.c +++ b/commit-reach.c @@ -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)