From 65c2940a1cceab234a8f9423254ef949e4826447 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 9 Apr 2008 05:20:48 +0000 Subject: Remove IfrLibConstruct, because it do nothing. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5016 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/FrameworkIfrSupportLib/IfrCommon.c | 21 ++------------------- .../FrameworkIfrSupportLib/IfrSupportLib.inf | 2 -- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c index dc83b5128b..fb8b905e12 100644 --- a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c +++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c @@ -1,4 +1,6 @@ /** @file + Common Library Routines to assist in IFR creation on-the-fly + Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -8,15 +10,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - IfrCommon.c - -Abstract: - - Common Library Routines to assist in IFR creation on-the-fly - -Revision History: - **/ // @@ -24,16 +17,6 @@ Revision History: // #include "IfrSupportLibInternal.h" -EFI_STATUS -EFIAPI -IfrLibConstruct ( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable - ) -{ - return EFI_SUCCESS; -} - EFI_STATUS GetCurrentLanguage ( OUT CHAR16 *Lang diff --git a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf index fa0069897c..442bb4a2fd 100644 --- a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf +++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf @@ -25,8 +25,6 @@ EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - CONSTRUCTOR = IfrLibConstruct - # # The following information is for reference only and not required by the build tools. # -- cgit v1.2.3