mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg/Wpce791: Remove the unused variable
Fix the following error from gcc: Vlv2TbltDevicePkg/Wpce791/LpcDriver.c: In function ?LpcDriverStart?: Vlv2TbltDevicePkg/Wpce791/LpcDriver.c:239:27: error: variable ?LpcDev? set but not used [-Werror=unused-but-set-variable] Cc: David Wei <david.wei@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
076d0d64aa
commit
4e518f7555
|
@ -227,10 +227,6 @@ LpcDriverStart (
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
EFI_PCI_IO_PROTOCOL *PciIo;
|
EFI_PCI_IO_PROTOCOL *PciIo;
|
||||||
LPC_DEV *LpcDev;
|
|
||||||
|
|
||||||
|
|
||||||
LpcDev = NULL;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Get Pci IO
|
// Get Pci IO
|
||||||
|
|
Loading…
Reference in New Issue