changeset 114:2a9f82d34433

Remove unused lazyloaded field
author charles <charles>
date Fri, 27 Jan 2006 00:44:10 +0000
parents 325f5d3a757c
children 06a072660af9
files yaffs_guts.h
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_guts.h
+++ b/yaffs_guts.h
@@ -14,7 +14,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
- * $Id: yaffs_guts.h,v 1.17 2005-12-07 21:49:18 charles Exp $
+ * $Id: yaffs_guts.h,v 1.18 2006-01-27 00:44:10 charles Exp $
  */
 
 #ifndef __YAFFS_GUTS_H__
@@ -393,8 +393,6 @@ struct yaffs_ObjectStruct {
 				 * until the inode is released.
 				 */
 
-	__u8 lazyLoaded;	/* Vital info has been loaded from tags. Not all info available. */
-
 	__u16 sum;		/* sum of the name to speed searching */
 
 	struct yaffs_DeviceStruct *myDev;	/* The device I'm on */