[FASTFAT_NEW] Remove obsolete compiler workarounds

following upgrade to GCC 8.4 and MSVC 2015.
This commit is contained in:
Serge Gautherie 2020-06-15 06:57:04 +02:00 committed by Victor Perevertkin
parent 9611e88624
commit 1ceed5ad5a
7 changed files with 0 additions and 88 deletions

View file

@ -1175,11 +1175,7 @@ Return Value:
if (NonCachedIo && !PagingIo &&
(FileObject->SectionObjectPointer->DataSectionObject != NULL)) {
#ifndef __REACTOS__
IO_STATUS_BLOCK IoStatus = {0};
#else
IO_STATUS_BLOCK IoStatus = {{0}};
#endif
//
// We need the Fcb exclsuive to do the CcPurgeCache