From a3767e4fc338ae12642a69ed04f1a764c1c2e48a Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 26 Sep 2008 11:48:54 +0000 Subject: [PATCH] - Remove an excessive ASSERT (there is a real one below in the function). svn path=/trunk/; revision=36534 --- reactos/drivers/filesystems/fastfat/dirwr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/filesystems/fastfat/dirwr.c b/reactos/drivers/filesystems/fastfat/dirwr.c index df3fd658961..c965a5201cc 100644 --- a/reactos/drivers/filesystems/fastfat/dirwr.c +++ b/reactos/drivers/filesystems/fastfat/dirwr.c @@ -25,7 +25,6 @@ VfatUpdateEntry( ULONG dirIndex; ASSERT(pFcb); - ASSERT(pFcb->parentFcb); if (pFcb->Flags & FCB_IS_FATX_ENTRY) {