]> git.proxmox.com Git - mirror_edk2.git/commitdiff
InOsEmuPkg: Remove unreference local variables
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Jun 2011 21:57:27 +0000 (21:57 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Jun 2011 21:57:27 +0000 (21:57 +0000)
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
InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c

index 87b546bc5f5b33b7b37fc7c26cf899a3a456b037..af3328c50a5a509037affbcdab7b5415c2813d75 100644 (file)
@@ -374,8 +374,6 @@ CpuMpServicesStartupAllAps (
 {\r
   EFI_STATUS            Status;\r
   PROCESSOR_DATA_BLOCK  *ProcessorData;\r
 {\r
   EFI_STATUS            Status;\r
   PROCESSOR_DATA_BLOCK  *ProcessorData;\r
-  UINTN                 *FailledList;\r
-  UINTN                 FailedListIndex;\r
   UINTN                 ListIndex;\r
   UINTN                 Number;\r
   UINTN                 NextNumber;\r
   UINTN                 ListIndex;\r
   UINTN                 Number;\r
   UINTN                 NextNumber;\r
index a83fde8c9cf3e1358646dc8cd07cc04068c58d04..59d8e98b7982ffa7e7d9ac4016f368f7f2d93764 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
 \r
  Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>\r
 /** @file\r
 \r
  Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>\r
+ Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
     This program and the accompanying materials\r
     are licensed and made available under the terms and conditions of the BSD License\r
 \r
     This program and the accompanying materials\r
     are licensed and made available under the terms and conditions of the BSD License\r
@@ -839,7 +840,6 @@ EmuSnpDriverBindingStop (
   EFI_STATUS                  Status;\r
   EMU_SNP_PRIVATE_DATA        *Private = NULL;\r
   EFI_SIMPLE_NETWORK_PROTOCOL *Snp;\r
   EFI_STATUS                  Status;\r
   EMU_SNP_PRIVATE_DATA        *Private = NULL;\r
   EFI_SIMPLE_NETWORK_PROTOCOL *Snp;\r
-  EFI_DEVICE_PATH_PROTOCOL    *ParentDevicePath;\r
 \r
   //\r
   // Complete all outstanding transactions to Controller.\r
 \r
   //\r
   // Complete all outstanding transactions to Controller.\r