summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/IfrSupportLib/UefiIfrForm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/IfrSupportLib/UefiIfrForm.c b/MdePkg/Library/IfrSupportLib/UefiIfrForm.c
index 10ca13c..e630e3e 100644
--- a/MdePkg/Library/IfrSupportLib/UefiIfrForm.c
+++ b/MdePkg/Library/IfrSupportLib/UefiIfrForm.c
@@ -27,6 +27,7 @@ Abstract:
//
UINT16 mFakeConfigHdr[] = L"GUID=00000000000000000000000000000000&NAME=0000&PATH=0";
+#if 0
STATIC
EFI_STATUS
GetPackageDataFromPackageList (
@@ -72,6 +73,7 @@ GetPackageDataFromPackageList (
*Buffer = Package;
return EFI_SUCCESS;
}
+#endif
/**