From d71049225e9361ed9db193f177ee81f9663abf1f Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 2 Oct 2022 17:35:07 +0100 Subject: [PATCH] sys: FSP_DEVICE_EXTENSION: remove unused SiloContainerId --- src/sys/driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sys/driver.h b/src/sys/driver.h index fe748534..cebb48bf 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -1182,7 +1182,6 @@ typedef struct KSPIN_LOCK SpinLock; LONG RefCount; UINT32 Kind; - GUID SiloContainerId; /* IoTimer emulation */ FSP_DEVICE_TIMER DeviceTimer; } FSP_DEVICE_EXTENSION;