Remove IfrLibConstruct, because it do nothing.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5016 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-09 05:20:48 +00:00
parent bb55784566
commit 65c2940a1c
2 changed files with 2 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
/** @file /** @file
Common Library Routines to assist in IFR creation on-the-fly
Copyright (c) 2006, Intel Corporation Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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, THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 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" #include "IfrSupportLibInternal.h"
EFI_STATUS
EFIAPI
IfrLibConstruct (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
{
return EFI_SUCCESS;
}
EFI_STATUS EFI_STATUS
GetCurrentLanguage ( GetCurrentLanguage (
OUT CHAR16 *Lang OUT CHAR16 *Lang

View File

@@ -25,8 +25,6 @@
EDK_RELEASE_VERSION = 0x00020000 EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000
CONSTRUCTOR = IfrLibConstruct
# #
# The following information is for reference only and not required by the build tools. # The following information is for reference only and not required by the build tools.
# #