diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/boot/sys/boot/efi/libefi/env.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/boot/sys/boot/efi/libefi/env.c b/usr/src/boot/sys/boot/efi/libefi/env.c index c479422b2f..8f45a681fa 100644 --- a/usr/src/boot/sys/boot/efi/libefi/env.c +++ b/usr/src/boot/sys/boot/efi/libefi/env.c @@ -517,13 +517,11 @@ efi_print_global(const CHAR16 *varnamearg, uint8_t *data, UINTN datasz) strncmp("Driver", var, 5) == 0 || strncmp("SysPrep", var, 7) == 0 || strncmp("OsRecovery", var, 10) == 0) { - UINT32 attr; UINT16 filepathlistlen; CHAR16 *text; int desclen; EFI_DEVICE_PATH *dp; - attr = *(uint32_t *)data; data += sizeof(UINT32); filepathlistlen = *(uint16_t *)data; data += sizeof (UINT16); |