Code Optimization

This commit is contained in:
longpanda 2021-07-24 19:03:09 +08:00
parent 7b78fe555e
commit fb38b321c2
1 changed files with 0 additions and 3 deletions

View File

@ -628,7 +628,6 @@ STATIC UINTN ventoy_get_current_device_path_id(VOID)
{ {
UINTN i = 0; UINTN i = 0;
UINTN Count = 0; UINTN Count = 0;
UINTN NameLen = 0;
UINTN MaxId = 0; UINTN MaxId = 0;
UINTN CurId = 0; UINTN CurId = 0;
BOOLEAN Find = FALSE; BOOLEAN Find = FALSE;
@ -637,8 +636,6 @@ STATIC UINTN ventoy_get_current_device_path_id(VOID)
EFI_DEVICE_PATH_PROTOCOL *DevicePath = NULL; EFI_DEVICE_PATH_PROTOCOL *DevicePath = NULL;
VENDOR_DEVICE_PATH *venPath = NULL; VENDOR_DEVICE_PATH *venPath = NULL;
NameLen = StrSize(L"ventoy_xxx");
Status = gBS->LocateHandleBuffer(ByProtocol, &gEfiDevicePathProtocolGuid, Status = gBS->LocateHandleBuffer(ByProtocol, &gEfiDevicePathProtocolGuid,
NULL, &Count, &Handles); NULL, &Count, &Handles);
if (EFI_ERROR(Status)) if (EFI_ERROR(Status))