[FASTFAT]

Remove dead code

CID #502185

svn path=/trunk/; revision=62661
This commit is contained in:
Pierre Schweitzer 2014-04-06 15:49:38 +00:00
parent 9315f42c8f
commit c58c9e039c

View file

@ -617,8 +617,6 @@ ByeBye:
vfatDestroyCCB(Ccb);
if (DeviceObject)
IoDeleteDevice(DeviceObject);
if (VolumeFcb)
vfatDestroyFCB(VolumeFcb);
}
return Status;