From: jljusten Date: Mon, 20 Jun 2011 21:57:27 +0000 (+0000) Subject: InOsEmuPkg: Remove unreference local variables X-Git-Tag: edk2-stable201903~14646 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d7dd93876b84253f7854706f3d513bbe35a27409 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 --- 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.