mirror of https://github.com/acidanthera/audk.git
QuarkSocPkg: SmmControlPei: remove set but unused variables
Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
a7705e193a
commit
0e283ad75f
|
@ -96,13 +96,11 @@ SmmClear (
|
||||||
VOID
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINT16 PM1BLK_Base;
|
|
||||||
UINT16 GPE0BLK_Base;
|
UINT16 GPE0BLK_Base;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Get PM1BLK_Base & GPE0BLK_Base
|
// Get GPE0BLK_Base
|
||||||
//
|
//
|
||||||
PM1BLK_Base = PcdGet16 (PcdPm1blkIoBaseAddress);
|
|
||||||
GPE0BLK_Base = PcdGet16 (PcdGpe0blkIoBaseAddress);
|
GPE0BLK_Base = PcdGet16 (PcdGpe0blkIoBaseAddress);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue