summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 03:05:41 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 03:05:41 +0000
commitcfb9b643f74f52183ef1022aaf24534b0ea78e47 (patch)
tree9eb84eae6717ca812005ad3489f16de1d98e05ce /MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c
parentf4bcc90f0b2898d4ad2186175610cc77dbc5a174 (diff)
downloadedk2-platforms-cfb9b643f74f52183ef1022aaf24534b0ea78e47.tar.xz
Clean up ExtendedIfrSupportLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5486 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c')
-rw-r--r--MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c b/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c
index 65acd0c37e..2b639c9bb8 100644
--- a/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c
+++ b/MdeModulePkg/Library/ExtendedIfrSupportLib/Common.c
@@ -53,7 +53,7 @@ ExtendedIfrSupportLibConstructor (
-STATIC EFI_GUID mIfrVendorGuid = EFI_IFR_TIANO_GUID;
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_GUID mIfrVendorGuid = EFI_IFR_TIANO_GUID;
/**
Extract formset class for given HII handle.
@@ -170,7 +170,7 @@ IfrLibExtractClassFromHiiHandle (
Offset += PackageHeader.Length;
}
- gBS->FreePool (HiiPackageList);
+ FreePool (HiiPackageList);
return EFI_SUCCESS;
}