changeset 367:7fb8c1aa623a

Remove obsolete pathDivider field
author charles <charles>
date Thu, 04 Mar 2010 22:39:46 +0000
parents 2a0c6f4e34ec
children e7e8a0b17e28
files yaffs_guts.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_guts.h
+++ b/yaffs_guts.h
@@ -603,10 +603,6 @@ struct yaffs_DeviceParamStruct {
 	int disableLazyLoad;	/* Disable lazy loading on this device */
 	int wideTnodesDisabled; /* Set to disable wide tnodes */
 
-	YCHAR *pathDividers;	/* String of legal path dividers */
-
-	
-
 	/* End of stuff that must be set before initialisation. */
 };