]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: remove unused variable DevicePathSize
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 14 May 2015 23:33:28 +0000 (23:33 +0000)
committerydong10 <ydong10@Edk2>
Thu, 14 May 2015 23:33:28 +0000 (23:33 +0000)
commite44c60aa2ae7f16b19c93062efb48c89c718e4dd
tree76f82faf8390979c210a9535dca7c55b02deb50b
parent4024c116f68fc288f3264bb18c0b172fbc1f18d8
MdeModulePkg: remove unused variable DevicePathSize

Remove the unused DevicePathSize variable from EnumerateAllKeywords().
Due to our use of -Werror=unused-but-set-variable when building under GCC, the presence of DevicePathSize is breaking the build.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17448 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c