Author: pschweitzer
Date: Sun Feb 12 08:25:42 2017
New Revision: 73780
URL:
http://svn.reactos.org/svn/reactos?rev=73780&view=rev
Log:
[FASTFAT]
Remove useless assignement
Modified:
trunk/reactos/drivers/filesystems/fastfat/finfo.c
Modified: trunk/reactos/drivers/filesystems/fastfat/finfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] Sun Feb 12 08:25:42
2017
@@ -1428,7 +1428,7 @@
PVFAT_IRP_CONTEXT IrpContext)
{
FILE_INFORMATION_CLASS FileInformationClass;
- PVFATFCB FCB = NULL;
+ PVFATFCB FCB;
NTSTATUS Status = STATUS_SUCCESS;
PVOID SystemBuffer;
@@ -1554,7 +1554,7 @@
PVFAT_IRP_CONTEXT IrpContext)
{
FILE_INFORMATION_CLASS FileInformationClass;
- PVFATFCB FCB = NULL;
+ PVFATFCB FCB;
NTSTATUS Status = STATUS_SUCCESS;
PVOID SystemBuffer;