summaryrefslogtreecommitdiff
path: root/yaffs_guts.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-09-25 14:48:37 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-09-25 14:48:37 +1200
commit55c18cfca44ed18e9501ddbde3a3361b4f377739 (patch)
tree61b122a4c1a94dbb8fe2c665db0d311780aa2279 /yaffs_guts.c
parente96a9be41b7e129a2fbaf42bd72804e354a7447f (diff)
yaffs Remove obsolete list debugging code
This code does not work any more so may as well delete it. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_guts.c')
-rw-r--r--yaffs_guts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/yaffs_guts.c b/yaffs_guts.c
index 5db3da6..f910f38 100644
--- a/yaffs_guts.c
+++ b/yaffs_guts.c
@@ -5535,9 +5535,8 @@ static int yaffs_CheckStructures(void)
/* yaffs_CheckStruct(yaffs_Tags,8,"yaffs_Tags"); */
/* yaffs_CheckStruct(yaffs_TagsUnion,8,"yaffs_TagsUnion"); */
/* yaffs_CheckStruct(yaffs_Spare,16,"yaffs_Spare"); */
-#ifndef CONFIG_YAFFS_TNODE_LIST_DEBUG
/* yaffs_CheckStruct(yaffs_Tnode, 2 * YAFFS_NTNODES_LEVEL0, "yaffs_Tnode"); */
-#endif
+
#ifndef CONFIG_YAFFS_WINCE
yaffs_CheckStruct(yaffs_ObjectHeader, 512, "yaffs_ObjectHeader");
#endif