Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
FwRuntimeServices: Remove dead debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 6, 2019
1 parent 5cc620a commit 7d1ee03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Platform/FwRuntimeServices/UefiRuntimeServices.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ WrapGetVariable (
EFI_STATUS Status;
BOOLEAN Ints;
BOOLEAN Wp;
BOOLEAN Routed;

//
// Perform early checks for speedup.
Expand All @@ -281,9 +280,6 @@ WrapGetVariable (
//
if (gCurrentConfig->BootVariableRedirect && IsEfiBootVar (VariableName, VendorGuid)) {
VendorGuid = &gOcVendorVariableGuid;
Routed = TRUE;
} else {
Routed = FALSE;
}

WriteUnprotectorPrologue (&Ints, &Wp);
Expand Down

0 comments on commit 7d1ee03

Please sign in to comment.