commit 6f3efa55b1f1bab1c50ca7e732186ea5a281006f from: Stefan Sperling date: Fri Nov 16 08:49:09 2018 UTC remove unused declarations commit - 8fa9fd14daaef1c185a6751487bf26fe0b14e9f2 commit + 6f3efa55b1f1bab1c50ca7e732186ea5a281006f blob - c119834015679ff0eb90ddf044ef4dcec03eafb3 blob + fea89aced7fdcbc25ebebaa206180b90e1eeb692 --- lib/object_parse.c +++ lib/object_parse.c @@ -52,10 +52,6 @@ #ifndef nitems #define nitems(_a) (sizeof(_a) / sizeof((_a)[0])) #endif - -#define GOT_OBJ_TAG_COMMIT "commit" -#define GOT_OBJ_TAG_TREE "tree" -#define GOT_OBJ_TAG_BLOB "blob" #define GOT_COMMIT_TAG_TREE "tree " #define GOT_COMMIT_TAG_PARENT "parent "