summaryrefslogtreecommitdiff
path: root/yaffs_guts.h
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.h
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.h')
-rw-r--r--yaffs_guts.h5
1 files changed, 0 insertions, 5 deletions
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]; */
};