- Remove an excessive ASSERT (there is a real one below in the function).

svn path=/trunk/; revision=36534
This commit is contained in:
Aleksey Bragin 2008-09-26 11:48:54 +00:00
parent c31a4dabe1
commit a3767e4fc3

View file

@ -25,7 +25,6 @@ VfatUpdateEntry(
ULONG dirIndex;
ASSERT(pFcb);
ASSERT(pFcb->parentFcb);
if (pFcb->Flags & FCB_IS_FATX_ENTRY)
{