Skip to content

Commit

Permalink
Remove placeholder bz2 helper data.
Browse files Browse the repository at this point in the history
This placeholder data should have been removed when bz2 support was added in a021c9f.
  • Loading branch information
dwsteele committed Nov 1, 2021
1 parent f4e2813 commit b237d0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/compress/helper.c
Expand Up @@ -92,10 +92,6 @@ static const struct CompressHelperLocal
.type = STRDEF(XZ_EXT),
.ext = STRDEF("." XZ_EXT),
},
{
.type = STRDEF(BZ2_EXT),
.ext = STRDEF("." BZ2_EXT),
},
};

#define COMPRESS_LIST_SIZE \
Expand Down

0 comments on commit b237d0c

Please sign in to comment.