1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 03:28:38 -05:00

sys: FSP_DEVICE_EXTENSION: remove unused SiloContainerId

This commit is contained in:
Bill Zissimopoulos
2022-10-02 17:35:07 +01:00
parent c15006cce8
commit d71049225e

View File

@@ -1182,7 +1182,6 @@ typedef struct
KSPIN_LOCK SpinLock; KSPIN_LOCK SpinLock;
LONG RefCount; LONG RefCount;
UINT32 Kind; UINT32 Kind;
GUID SiloContainerId;
/* IoTimer emulation */ /* IoTimer emulation */
FSP_DEVICE_TIMER DeviceTimer; FSP_DEVICE_TIMER DeviceTimer;
} FSP_DEVICE_EXTENSION; } FSP_DEVICE_EXTENSION;