mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +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 */
|
/* ROS specific */
|
||||||
LIST_ENTRY CacheMapVacbListHead;
|
LIST_ENTRY CacheMapVacbListHead;
|
||||||
ULONG TimeStamp;
|
|
||||||
BOOLEAN PinAccess;
|
BOOLEAN PinAccess;
|
||||||
KSPIN_LOCK CacheMapLock;
|
KSPIN_LOCK CacheMapLock;
|
||||||
#if DBG
|
#if DBG
|
||||||
|
|
Loading…
Reference in a new issue