Remove obsolete pathDivider field
authorcharles <charles>
Thu, 4 Mar 2010 22:39:46 +0000 (22:39 +0000)
committercharles <charles>
Thu, 4 Mar 2010 22:39:46 +0000 (22:39 +0000)
yaffs_guts.h

index c74b51c05c3567efef77d92285ba1d31922028c4..0563597eb28471faa5ec54e50e92124c98fcd41a 100644 (file)
@@ -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. */
 };