Skip to content

Commit

Permalink
Remove unused tag_type
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 10, 2023
1 parent e657912 commit c9bc672
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cinnabar-fast-import.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ static void cinnabar_unregister_shallow(const struct object_id *oid);
#include "strslice.h"
#include "tree-walk.h"

// Including tag.h conflicts with fast-import.c, so manually define what
// we use.
extern const char *tag_type;

#define ENSURE_INIT() do { \
if (!initialized) \
init(); \
Expand Down

0 comments on commit c9bc672

Please sign in to comment.