https://git.reactos.org/?p=reactos.git;a=commitdiff;h=335b906ca844fec37324c278e577e414f7d1f3c9

commit 335b906ca844fec37324c278e577e414f7d1f3c9
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Sat Apr 20 11:31:59 2019 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Sat Apr 20 11:31:59 2019 +0200

    [NTOSKRNL] Drop the useless Timestamp field
---
 ntoskrnl/include/internal/cc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ntoskrnl/include/internal/cc.h b/ntoskrnl/include/internal/cc.h
index 42b24e2572..11bf97c270 100644
--- a/ntoskrnl/include/internal/cc.h
+++ b/ntoskrnl/include/internal/cc.h
@@ -188,7 +188,6 @@ typedef struct _ROS_SHARED_CACHE_MAP
 
     /* ROS specific */
     LIST_ENTRY CacheMapVacbListHead;
-    ULONG TimeStamp;
     BOOLEAN PinAccess;
     KSPIN_LOCK CacheMapLock;
 #if DBG

Reply via email to