From 90905aac473292d437f7a70487fc780a8a217142 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sat, 11 Feb 2017 18:33:47 +0000 Subject: [PATCH] [FASTFAT] Remove useless assignement svn path=/trunk/; revision=73777 --- reactos/drivers/filesystems/fastfat/fsctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/filesystems/fastfat/fsctl.c b/reactos/drivers/filesystems/fastfat/fsctl.c index fb2227dea0a..ff222f502ad 100644 --- a/reactos/drivers/filesystems/fastfat/fsctl.c +++ b/reactos/drivers/filesystems/fastfat/fsctl.c @@ -618,7 +618,7 @@ VfatVerify( PVFAT_IRP_CONTEXT IrpContext) { PDEVICE_OBJECT DeviceToVerify; - NTSTATUS Status = STATUS_SUCCESS; + NTSTATUS Status; FATINFO FatInfo; BOOLEAN RecognizedFS; PDEVICE_EXTENSION DeviceExt;