aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/unxz/xz.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-30 04:50:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-30 04:50:21 +0200
commitacaaca839abada0d0718375ba03dcaeddda15d9e (patch)
tree73f1a0603b61c17156878aee1c7d234e61dd6e19 /archival/libunarchive/unxz/xz.h
parent6948f210ed443f8153e0ba751e77bec8a0c6c8d4 (diff)
downloadbusybox-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.h4
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 @@
# 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