Reviewed-by: Feng Tian <[email protected]> -----Original Message----- From: Ni, Ruiyu Sent: Monday, August 24, 2015 13:44 To: [email protected] Cc: Ni, Ruiyu; Tian, Feng Subject: [Patch] MdeModulePkg: Fix BdsDxe VS2015 build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <[email protected]> Cc: Feng Tian <[email protected]> --- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c index 020f18d..6ffb667 100644 --- a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c +++ b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c @@ -1019,7 +1019,6 @@ BdsEntry ( PERF_END (NULL, "PlatformBootManagerAfterConsole", "BDS", 0); DEBUG_CODE ( - UINTN Index; EFI_BOOT_MANAGER_LOAD_OPTION_TYPE LoadOptionType; DEBUG ((EFI_D_INFO, "[Bds]=============Begin Load Options Dumping ...=============\n")); for (LoadOptionType = 0; LoadOptionType < LoadOptionTypeMax; LoadOptionType++) { -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

