archive/bzip2: remove HAVE_OLDER_BZIP2 check
The check was added in commit 98fd9b7d
, but there was never a
definition.
This commit is contained in:
parent
136725dfb1
commit
d67c6c37e3
@ -39,11 +39,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef HAVE_OLDER_BZIP2
|
||||
#define BZ2_bzDecompressInit bzDecompressInit
|
||||
#define BZ2_bzDecompress bzDecompress
|
||||
#endif
|
||||
|
||||
class Bzip2ArchiveFile final : public ArchiveFile {
|
||||
public:
|
||||
RefCount ref;
|
||||
|
Loading…
Reference in New Issue
Block a user