1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-04-13 11:30:40 +02:00

Remove placeholder bz2 helper data.

This placeholder data should have been removed when bz2 support was added in a021c9fe053.
This commit is contained in:
David Steele 2021-11-01 10:43:08 -04:00
parent f4e281399a
commit b237d0cd59

View File

@ -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 \