diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-08-24 05:49:24 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-08-24 05:49:24 +0000 |
commit | c41887279813b4df39afafa1522648cdd448652e (patch) | |
tree | c998897a10abd2fa490c93330906013a995df307 /MdeModulePkg | |
parent | e70504cd496c3b020c6ae176b616072657399874 (diff) | |
download | edk2-c41887279813b4df39afafa1522648cdd448652e.tar.gz edk2-c41887279813b4df39afafa1522648cdd448652e.tar.bz2 edk2-c41887279813b4df39afafa1522648cdd448652e.zip |
MdeModulePkg: Fix BdsDxe VS2015 build failure
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18273 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c index 020f18d48c..6ffb6676c4 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++) {
|