summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.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/UefiLibPrint.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/UefiLibPrint.c')
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
index 7bc5f8a92a..acc95dd62e 100644
--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
@@ -33,7 +33,6 @@
**/
-STATIC
UINTN
InternalPrint (
IN CONST CHAR16 *Format,
@@ -156,7 +155,6 @@ ErrorPrint (
**/
-STATIC
UINTN
AsciiInternalPrint (
IN CONST CHAR8 *Format,