summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/PlatformPei/Fv.c
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-31 15:57:12 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-31 15:57:12 +0000
commita473e4163b7d439cc581a049e06a413df77cd18a (patch)
treed6d6f4872f1ac988466be0288052aba252747e50 /OvmfPkg/PlatformPei/Fv.c
parent8567a8ca77ef17c40af376da472a3b7224ce8756 (diff)
downloadedk2-a473e4163b7d439cc581a049e06a413df77cd18a.tar.gz
edk2-a473e4163b7d439cc581a049e06a413df77cd18a.tar.bz2
edk2-a473e4163b7d439cc581a049e06a413df77cd18a.zip
OvmfPkg: Remove variables that are set, but not used
GCC 4.6 generates a warning when a variable is set, but never used. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12615 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/PlatformPei/Fv.c')
-rw-r--r--OvmfPkg/PlatformPei/Fv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/OvmfPkg/PlatformPei/Fv.c b/OvmfPkg/PlatformPei/Fv.c
index c812b3a9ac..f389e277c9 100644
--- a/OvmfPkg/PlatformPei/Fv.c
+++ b/OvmfPkg/PlatformPei/Fv.c
@@ -1,7 +1,7 @@
/** @file
Build FV related hobs for platform.
- Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 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
which accompanies this distribution. The full text of the license may be found at
@@ -33,8 +33,6 @@ PeiFvInitialization (
VOID
)
{
- EFI_PHYSICAL_ADDRESS FdBase;
-
DEBUG ((EFI_D_ERROR, "Platform PEI Firmware Volume Initialization\n"));
DEBUG (
@@ -44,7 +42,6 @@ PeiFvInitialization (
)
);
- FdBase = PcdGet32 (PcdOvmfMemFvBase) - PcdGet32 (PcdVariableStoreSize) - PcdGet32 (PcdFlashNvStorageFtwSpareSize);
BuildFvHob (PcdGet32 (PcdOvmfMemFvBase), PcdGet32 (PcdOvmfMemFvSize));
//