changeset 270:90b58f6f56c5

Remove bigus test
author charles <charles>
date Thu, 05 Mar 2009 21:46:46 +0000
parents 4107852bb3cd
children c0dfae9e8073
files yaffs_guts.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_guts.c
+++ b/yaffs_guts.c
@@ -12,7 +12,7 @@
  */
 
 const char *yaffs_guts_c_version =
-    "$Id: yaffs_guts.c,v 1.79 2009-03-05 01:45:28 charles Exp $";
+    "$Id: yaffs_guts.c,v 1.80 2009-03-05 21:46:46 charles Exp $";
 
 #include "yportenv.h"
 
@@ -6858,11 +6858,8 @@ static void yaffs_AddObjectToDirectory(y
                 /* Not initialised */
                 YBUG();
 
-        } else if (ylist_empty(&obj->siblings)) {
-        	YBUG();
         } 
 
-
 	yaffs_VerifyDirectory(directory);
 
 	yaffs_RemoveObjectFromDirectory(obj);