diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-11-26 20:12:27 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-11-26 20:12:27 +0200 |
commit | 34f9e40a0a0c3bd2c2730cdb9cd550bbb8a3f2fe (patch) | |
tree | caeb29b87e051b79431bbd492dbdc396987da881 /src/liblzma/common/common.h | |
parent | liblzma: Update lzma_stream_encoder_mt() API docs. (diff) | |
download | xz-34f9e40a0a0c3bd2c2730cdb9cd550bbb8a3f2fe.tar.xz |
Remove LZMA_UNSTABLE macro.
Diffstat (limited to 'src/liblzma/common/common.h')
-rw-r--r-- | src/liblzma/common/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |