From c58c9e039ca0807550a631b37b5e111fa181d00c Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 6 Apr 2014 15:49:38 +0000 Subject: [PATCH] [FASTFAT] Remove dead code CID #502185 svn path=/trunk/; revision=62661 --- reactos/drivers/filesystems/fastfat/fsctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/drivers/filesystems/fastfat/fsctl.c b/reactos/drivers/filesystems/fastfat/fsctl.c index 35e67d3893b..e196282d2a6 100644 --- a/reactos/drivers/filesystems/fastfat/fsctl.c +++ b/reactos/drivers/filesystems/fastfat/fsctl.c @@ -617,8 +617,6 @@ ByeBye: vfatDestroyCCB(Ccb); if (DeviceObject) IoDeleteDevice(DeviceObject); - if (VolumeFcb) - vfatDestroyFCB(VolumeFcb); } return Status;