summaryrefslogtreecommitdiff
path: root/InOsEmuPkg
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:57:27 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:57:27 +0000
commitd7dd93876b84253f7854706f3d513bbe35a27409 (patch)
treeb8e1ae39bc14c58bd4fd16a4ce60e555538983d9 /InOsEmuPkg
parent8513037f2c02fceeff8ced9ecae2e9afc9ce6a78 (diff)
downloadedk2-platforms-d7dd93876b84253f7854706f3d513bbe35a27409.tar.xz
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
Diffstat (limited to 'InOsEmuPkg')
-rw-r--r--InOsEmuPkg/CpuRuntimeDxe/MpService.c2
-rw-r--r--InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/InOsEmuPkg/CpuRuntimeDxe/MpService.c b/InOsEmuPkg/CpuRuntimeDxe/MpService.c
index 87b546bc5f..af3328c50a 100644
--- a/InOsEmuPkg/CpuRuntimeDxe/MpService.c
+++ b/InOsEmuPkg/CpuRuntimeDxe/MpService.c
@@ -374,8 +374,6 @@ CpuMpServicesStartupAllAps (
{
EFI_STATUS Status;
PROCESSOR_DATA_BLOCK *ProcessorData;
- UINTN *FailledList;
- UINTN FailedListIndex;
UINTN ListIndex;
UINTN Number;
UINTN NextNumber;
diff --git a/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c b/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
index a83fde8c9c..59d8e98b79 100644
--- a/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
+++ b/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
@@ -1,6 +1,7 @@
/** @file
Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
+ Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -839,7 +840,6 @@ EmuSnpDriverBindingStop (
EFI_STATUS Status;
EMU_SNP_PRIVATE_DATA *Private = NULL;
EFI_SIMPLE_NETWORK_PROTOCOL *Snp;
- EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath;
//
// Complete all outstanding transactions to Controller.