diff --git a/boot/freeldr/freeldr/include/fs/iso.h b/boot/freeldr/freeldr/include/fs/iso.h index 493e90c1ca0..0e53f7c41bc 100644 --- a/boot/freeldr/freeldr/include/fs/iso.h +++ b/boot/freeldr/freeldr/include/fs/iso.h @@ -96,7 +96,6 @@ typedef struct _ISO_FILE_INFO ULONG FileSize; // File size ULONG FilePointer; // File pointer BOOLEAN Directory; - ULONG DriveNumber; } ISO_FILE_INFO, *PISO_FILE_INFO; const DEVVTBL* IsoMount(ULONG DeviceId);