yaffs Clean up some yaffs1 related comments and messages
[yaffs2.git] / yaffs_verify.c
index 4511c0f5871d1196f8a4a57a1db51595f78ad44a..a600aa6b1e6b3bfe4e07b13463c0cbc73db349ca 100644 (file)
@@ -97,7 +97,6 @@ void yaffs_VerifyCollectedBlock(yaffs_Device *dev, yaffs_BlockInfo *bi, int n)
        yaffs_VerifyBlock(dev, bi, n);
 
        /* After collection the block should be in the erased state */
-       /* This will need to change if we do partial gc */
 
        if (bi->blockState != YAFFS_BLOCK_STATE_COLLECTING &&
                        bi->blockState != YAFFS_BLOCK_STATE_EMPTY) {