yaffs Remove obsolete list debugging code
[yaffs2.git] / yaffs_guts.h
index a2244d968ef653192b9db3a72d1b2f76f45a03cf..f7e9a0c7a92812184c667541782b46fec1913956 100644 (file)
@@ -351,12 +351,7 @@ typedef struct {
 /*--------------------------- Tnode -------------------------- */
 
 union yaffs_Tnode_union {
-#ifdef CONFIG_YAFFS_TNODE_LIST_DEBUG
-       union yaffs_Tnode_union *internal[YAFFS_NTNODES_INTERNAL + 1];
-#else
        union yaffs_Tnode_union *internal[YAFFS_NTNODES_INTERNAL];
-#endif
-/*     __u16 level0[YAFFS_NTNODES_LEVEL0]; */
 
 };