mirror of https://github.com/acidanthera/audk.git
InOsEmuPkg: Remove unreference local variables
GCC44 will flag a warning for these unused variables. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8513037f2c
commit
d7dd93876b
|
@ -374,8 +374,6 @@ CpuMpServicesStartupAllAps (
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
PROCESSOR_DATA_BLOCK *ProcessorData;
|
PROCESSOR_DATA_BLOCK *ProcessorData;
|
||||||
UINTN *FailledList;
|
|
||||||
UINTN FailedListIndex;
|
|
||||||
UINTN ListIndex;
|
UINTN ListIndex;
|
||||||
UINTN Number;
|
UINTN Number;
|
||||||
UINTN NextNumber;
|
UINTN NextNumber;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
|
Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
|
||||||
|
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -839,7 +840,6 @@ EmuSnpDriverBindingStop (
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
EMU_SNP_PRIVATE_DATA *Private = NULL;
|
EMU_SNP_PRIVATE_DATA *Private = NULL;
|
||||||
EFI_SIMPLE_NETWORK_PROTOCOL *Snp;
|
EFI_SIMPLE_NETWORK_PROTOCOL *Snp;
|
||||||
EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Complete all outstanding transactions to Controller.
|
// Complete all outstanding transactions to Controller.
|
||||||
|
|
Loading…
Reference in New Issue