1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2026-03-16 05:10:37 -05:00

removed a struct member that was never used

This commit is contained in:
Bo Branten
2026-01-28 01:40:47 +01:00
parent c17289baa8
commit 992564c916

View File

@@ -508,9 +508,6 @@ typedef struct _EXT2_GLOBAL {
CACHE_MANAGER_CALLBACKS CacheManagerCallbacks;
CACHE_MANAGER_CALLBACKS CacheManagerNoOpCallbacks;
/* Pointer to the driver object */
PDRIVER_OBJECT DriverObject;
/* Pointer to the disk device object */
PDEVICE_OBJECT DiskdevObject;