]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/UefiShellAcpiViewCommandLib: Remove the variable "Index"
authorShenglei Zhang <shenglei.zhang@intel.com>
Wed, 14 Aug 2019 03:04:45 +0000 (11:04 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 15 Aug 2019 03:14:49 +0000 (11:14 +0800)
commitc0996b76c1b0230f33e46ffa0b30fce680a03b8b
treeb44bd3ca77fffd57924d1d2485d3316bcb6b834a
parent5ab96088aec98a9a24e5a8b82ed41d1930239f84
ShellPkg/UefiShellAcpiViewCommandLib: Remove the variable "Index"

In IortParser.c ,the variable Index is set but not used in
function DumpIortNodeNamedComponent. This will cause build failure
when building ShellPkg with GCC.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c