]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.c
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiUiLib / EfiUiLib.c
index b913d3fac2a83a1b7954fb56a98eb80eb811d96b..9d4260768c3f10569c94a25c641d9ff86e494457 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -23,7 +23,6 @@ Revision History:
 \r
 #define IS_DIGIT(Ch)  (((Ch) >= L'0') && ((Ch) <= L'9'))\r
 \r
-STATIC\r
 EFI_STATUS\r
 EfiStringToValue (\r
   OUT UINT64        *Val,\r
@@ -37,8 +36,6 @@ Routine Description:
   The returned value is 64-bit.\r
   The string is expected in decimal format,\r
   the string is parsed and format verified.\r
-  This function is missing from the libs. One day it maybe\r
-  replaced with a lib function when it'll become available.\r
 \r
 Arguments:\r
   Val    - pointer to the variable to store the value to\r