diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 03:28:54 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 03:28:54 +0000 |
commit | 070a76b19386875d96f945262e832183d61f43da (patch) | |
tree | 4c43ffd3b003a92bd9da5606ad3e2b63033af2ec /MdePkg/Library/UefiLib/UefiLib.c | |
parent | 530e25f536376c86c296aaee465461ddb04fc321 (diff) | |
download | edk2-platforms-070a76b19386875d96f945262e832183d61f43da.tar.xz |
Synchronize interface function comment from declaration in library class header file to implementation in library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6957 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLib.c')
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c index e263a06f89..e7d8a5089e 100644 --- a/MdePkg/Library/UefiLib/UefiLib.c +++ b/MdePkg/Library/UefiLib/UefiLib.c @@ -689,7 +689,6 @@ LookupUnicodeString ( **/
EFI_STATUS
-
EFIAPI
LookupUnicodeString2 (
IN CONST CHAR8 *Language,
|