* Sync up to trunk head (r64716).
[reactos.git] / ntoskrnl / cache / copysup.c
index 8820779..138af93 100644 (file)
@@ -186,7 +186,6 @@ CcCopyWrite(IN PFILE_OBJECT FileObject,
                WriteBuf,
                Bcb->BaseAddress);
 
-        //MiZeroFillSection(WriteBuf, &CurrentOffset, WriteLen);
         RtlCopyMemory(WriteBuf, ((PCHAR)Buffer) + Count, WriteLen);
         Count += WriteLen;
         Length -= WriteLen;