X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.c;h=5c1cfdc6cf240c99c59092c3698faa42bd38245a;hp=c74e25ed68bf4e9846aaecc181c5f5a937032726;hb=bc2cc19f30c43d440187b6b9cfc5d251e7f991b6;hpb=fc8acddcc3540df0d9c03c3a955d5ccd5877635d diff --git a/yaffs_guts.c b/yaffs_guts.c index c74e25e..5c1cfdc 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -12,7 +12,7 @@ */ const char *yaffs_guts_c_version = - "$Id: yaffs_guts.c,v 1.65 2008-11-26 20:42:04 charles Exp $"; + "$Id: yaffs_guts.c,v 1.66 2008-11-26 20:46:47 charles Exp $"; #include "yportenv.h" @@ -3148,7 +3148,6 @@ static int yaffs_GarbageCollectBlock(yaffs_Device * dev, int block) yaffs_ObjectHeader *oh; oh = (yaffs_ObjectHeader *)buffer; oh->isShrink = 0; -/* oh->shadowsObject = oh->inbandShadowsObject = -1; */ tags.extraShadows = 0; tags.extraIsShrinkHeader = 0;