summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.