aboutsummaryrefslogtreecommitdiff
path: root/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'err.h')
-rw-r--r--err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/err.h b/err.h
index d9d19ec7..b7448d47 100644
--- a/err.h
+++ b/err.h
@@ -33,10 +33,12 @@
printf("\n"); \
} while (0)
+#if 0
#define PRINT(T, v) do { \
char buf[0x1000]; \
FMT(T)(v, buf); \
INFO_F("%s", buf); \
} while (0)
+#endif
#endif /* ERR_H */