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 82f16ee..dbb9ba9 100644 --- a/archival/libunarchive/unxz/xz.h +++ b/archival/libunarchive/unxz/xz.h @@ -19,10 +19,6 @@ # include <stdint.h> #endif -#ifndef XZ_DEBUG_MSG -# define XZ_DEBUG_MSG(...) ((void)0) -#endif - /* In Linux, this is used to make extern functions static when needed. */ #ifndef XZ_EXTERN # define XZ_EXTERN extern |