[NTOSKRNL] Drop the useless Timestamp field

This commit is contained in:
Pierre Schweitzer 2019-04-20 11:31:59 +02:00
parent 610cc5a6b6
commit 335b906ca8
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -188,7 +188,6 @@ typedef struct _ROS_SHARED_CACHE_MAP
/* ROS specific */
LIST_ENTRY CacheMapVacbListHead;
ULONG TimeStamp;
BOOLEAN PinAccess;
KSPIN_LOCK CacheMapLock;
#if DBG