diff options
Diffstat (limited to 'archival/libunarchive/unxz/xz.h')
-rw-r--r-- | archival/libunarchive/unxz/xz.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archival/libunarchive/unxz/xz.h b/archival/libunarchive/unxz/xz.h index 82f16ee22..dbb9ba92d 100644 --- a/archival/libunarchive/unxz/xz.h +++ b/archival/libunarchive/unxz/xz.h | |||
@@ -19,10 +19,6 @@ | |||
19 | # include <stdint.h> | 19 | # include <stdint.h> |
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | #ifndef XZ_DEBUG_MSG | ||
23 | # define XZ_DEBUG_MSG(...) ((void)0) | ||
24 | #endif | ||
25 | |||
26 | /* In Linux, this is used to make extern functions static when needed. */ | 22 | /* In Linux, this is used to make extern functions static when needed. */ |
27 | #ifndef XZ_EXTERN | 23 | #ifndef XZ_EXTERN |
28 | # define XZ_EXTERN extern | 24 | # define XZ_EXTERN extern |