diff options
author | Denys Vlasenko | 2010-05-30 04:50:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-05-30 04:50:21 +0200 |
commit | acaaca839abada0d0718375ba03dcaeddda15d9e (patch) | |
tree | 73f1a0603b61c17156878aee1c7d234e61dd6e19 /archival/libunarchive/unxz/xz.h | |
parent | 6948f210ed443f8153e0ba751e77bec8a0c6c8d4 (diff) | |
download | busybox-acaaca839abada0d0718375ba03dcaeddda15d9e.zip busybox-acaaca839abada0d0718375ba03dcaeddda15d9e.tar.gz |
unxz: remove debugging. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 |