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:
Max Kellermann 2016-02-21 13:19:00 +01:00
parent 136725dfb1
commit d67c6c37e3

View File

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