update for HEAD-2003050101
[reactos.git] / drivers / fs / cdfs / cdfs.h
index ba50f23..b25d899 100644 (file)
@@ -193,7 +193,6 @@ typedef struct _FCB
 
 typedef struct _CCB
 {
-  PFCB           Fcb;
   LIST_ENTRY     NextCCB;
   PFILE_OBJECT   PtrFileObject;
   LARGE_INTEGER  CurrentByteOffset;