From d7dd93876b84253f7854706f3d513bbe35a27409 Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 20 Jun 2011 21:57:27 +0000 Subject: [PATCH] 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 --- InOsEmuPkg/CpuRuntimeDxe/MpService.c | 2 -- InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c | 2 +- 2 files changed, 1 insertion(+), 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.
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
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. -- 2.39.2