summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:06:07 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:06:07 +0000
commitdf1f748c87c8f7a6f3a691fda2015c20f24da364 (patch)
treeb806dd95c14d9c22ff36699e13c7336cb2b969a6 /IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
parentfe1e36e550c6ffcd2561903d434683d3939e1942 (diff)
downloadedk2-platforms-df1f748c87c8f7a6f3a691fda2015c20f24da364.tar.xz
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6297 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c')
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
index 143870ae9d..91b37d2ab3 100644
--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
@@ -24,7 +24,6 @@
@retval FALSE Language 1 and language 2 are not the same.
**/
-STATIC
BOOLEAN
CompareIso639LanguageCode (
IN CONST CHAR8 *Language1,