From 34f9e40a0a0c3bd2c2730cdb9cd550bbb8a3f2fe Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 26 Nov 2014 20:12:27 +0200 Subject: Remove LZMA_UNSTABLE macro. --- src/liblzma/common/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/liblzma/common') diff --git a/src/liblzma/common/common.h b/src/liblzma/common/common.h index af14e479..955d784a 100644 --- a/src/liblzma/common/common.h +++ b/src/liblzma/common/common.h @@ -32,8 +32,6 @@ #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL -#define LZMA_UNSTABLE - #include "lzma.h" // These allow helping the compiler in some often-executed branches, whose -- cgit v1.2.3