X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=f7e9a0c7a92812184c667541782b46fec1913956;hp=a2244d968ef653192b9db3a72d1b2f76f45a03cf;hb=55c18cfca44ed18e9501ddbde3a3361b4f377739;hpb=e96a9be41b7e129a2fbaf42bd72804e354a7447f diff --git a/yaffs_guts.h b/yaffs_guts.h index a2244d9..f7e9a0c 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -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]; */ };