mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Remove placeholder bz2 helper data.
This placeholder data should have been removed when bz2 support was added in a021c9fe05.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user