From 1b323ff2f4ad43a1d2f9216fa9db8a2ff468a688 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 15 May 2018 20:02:04 +0200 Subject: [PATCH] [USETUP] Remove unused VolumeLabel and FileSystemName from the PARTENTRY type --- base/setup/usetup/partlist.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/setup/usetup/partlist.h b/base/setup/usetup/partlist.h index bf2bca235e6..c42335a70ac 100644 --- a/base/setup/usetup/partlist.h +++ b/base/setup/usetup/partlist.h @@ -63,8 +63,6 @@ typedef struct _PARTENTRY ULONG PartitionIndex; CHAR DriveLetter; - CHAR VolumeLabel[17]; - CHAR FileSystemName[9]; BOOLEAN LogicalPartition;