From: charles Date: Thu, 4 Mar 2010 22:39:46 +0000 (+0000) Subject: Remove obsolete pathDivider field X-Git-Tag: pre-name-change~120 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=06f8628f9290bd967b8374c992a11dd06caa8747 Remove obsolete pathDivider field --- diff --git a/yaffs_guts.h b/yaffs_guts.h index c74b51c..0563597 100644 --- 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. */ };