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:
parent
f4e281399a
commit
b237d0cd59
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user