mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL] Drop the useless Timestamp field
This commit is contained in:
parent
610cc5a6b6
commit
335b906ca8
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ typedef struct _ROS_SHARED_CACHE_MAP
|
|||
|
||||
/* ROS specific */
|
||||
LIST_ENTRY CacheMapVacbListHead;
|
||||
ULONG TimeStamp;
|
||||
BOOLEAN PinAccess;
|
||||
KSPIN_LOCK CacheMapLock;
|
||||
#if DBG
|
||||
|
|
Loading…
Reference in a new issue