Author: pschweitzer
Date: Sun Apr 6 15:49:38 2014
New Revision: 62661
URL:
http://svn.reactos.org/svn/reactos?rev=62661&view=rev
Log:
[FASTFAT]
Remove dead code
CID #502185
Modified:
trunk/reactos/drivers/filesystems/fastfat/fsctl.c
Modified: trunk/reactos/drivers/filesystems/fastfat/fsctl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/fsctl.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/fsctl.c [iso-8859-1] Sun Apr 6 15:49:38
2014
@@ -617,8 +617,6 @@
vfatDestroyCCB(Ccb);
if (DeviceObject)
IoDeleteDevice(DeviceObject);
- if (VolumeFcb)
- vfatDestroyFCB(VolumeFcb);
}
return Status;