summaryrefslogtreecommitdiff
path: root/yaffs_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'yaffs_trace.h')
-rw-r--r--yaffs_trace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaffs_trace.h b/yaffs_trace.h
index 8f632ff..6273dbf 100644
--- a/yaffs_trace.h
+++ b/yaffs_trace.h
@@ -54,6 +54,4 @@ extern unsigned int yaffs_wr_attempts;
#define YAFFS_TRACE_BUG 0x80000000
#define YAFFS_TRACE_ALWAYS 0xF0000000
-#define T(mask, p) do { if ((mask) & (yaffs_trace_mask | YAFFS_TRACE_ALWAYS)) TOUT(p); } while (0)
-
#endif