https://git.reactos.org/?p=reactos.git;a=commitdiff;h=389f683026bf9849c3c85e12aac2363bdfd48672
commit 389f683026bf9849c3c85e12aac2363bdfd48672 Author: Pierre Schweitzer <[email protected]> AuthorDate: Tue Jan 23 23:01:07 2018 +0100 Commit: Pierre Schweitzer <[email protected]> CommitDate: Tue Jan 23 23:25:26 2018 +0100 [NTOSKRNL] Unexpected cleanup --- ntoskrnl/cc/fs.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ntoskrnl/cc/fs.c b/ntoskrnl/cc/fs.c index 76a073af1b..d068f96eb2 100644 --- a/ntoskrnl/cc/fs.c +++ b/ntoskrnl/cc/fs.c @@ -13,14 +13,9 @@ #define NDEBUG #include <debug.h> -#ifndef VACB_MAPPING_GRANULARITY -#define VACB_MAPPING_GRANULARITY (256 * 1024) -#endif - /* GLOBALS *****************************************************************/ extern KGUARDED_MUTEX ViewLock; -extern ULONG CcTotalDirtyPages; NTSTATUS CcRosInternalFreeVacb(PROS_VACB Vacb);
