Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / yaffs_trace.h
index 8f632ff693722a86eb5e1415cf02dc3b12728688..6273dbf9f63f150aea213c5307239b8da007a56b 100644 (file)
@@ -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