]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove IfrLibConstruct, because it do nothing.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 9 Apr 2008 05:20:48 +0000 (05:20 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 9 Apr 2008 05:20:48 +0000 (05:20 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5016 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c
IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf

index dc83b5128bb3cc3b958ff9d272bfe234e6543730..fb8b905e12399cf6369656f3f920a8e580d6fab4 100644 (file)
@@ -1,4 +1,6 @@
 /** @file\r
+  Common Library Routines to assist in IFR creation on-the-fly\r
+  \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -8,15 +10,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-  IfrCommon.c\r
-\r
-Abstract:\r
-\r
-  Common Library Routines to assist in IFR creation on-the-fly\r
-\r
-Revision History:\r
-\r
 **/\r
 \r
 //\r
@@ -24,16 +17,6 @@ Revision History:
 //\r
 #include "IfrSupportLibInternal.h"\r
 \r
-EFI_STATUS\r
-EFIAPI\r
-IfrLibConstruct (\r
-  IN EFI_HANDLE        ImageHandle,\r
-  IN EFI_SYSTEM_TABLE  *SystemTable\r
-  )\r
-{\r
-  return EFI_SUCCESS;\r
-}\r
-\r
 EFI_STATUS\r
 GetCurrentLanguage (\r
   OUT     CHAR16              *Lang\r
index fa0069897c8c8a207bfd9fa39ddd5d401cb223c4..442bb4a2fdd256268684531f72e72551bedc57cf 100644 (file)
@@ -25,8 +25,6 @@
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-  CONSTRUCTOR                    = IfrLibConstruct\r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r