From 06f8628f9290bd967b8374c992a11dd06caa8747 Mon Sep 17 00:00:00 2001 From: charles Date: Thu, 4 Mar 2010 22:39:46 +0000 Subject: [PATCH] Remove obsolete pathDivider field --- yaffs_guts.h | 4 ---- 1 file changed, 4 deletions(-) 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. */ }; -- 2.30.2