Commit d67c6c37 authored by Max Kellermann's avatar Max Kellermann

archive/bzip2: remove HAVE_OLDER_BZIP2 check

The check was added in commit 98fd9b7d, but there was never a definition.
parent 136725df
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment