diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:08:09 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:08:09 +0000 |
commit | 819d1488930d30b30bb467fcb3bf0f05b28d675e (patch) | |
tree | e7b823354b941131c3321d53f05fb9de55af9ba9 /IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework | |
parent | df1f748c87c8f7a6f3a691fda2015c20f24da364 (diff) | |
download | edk2-platforms-819d1488930d30b30bb467fcb3bf0f05b28d675e.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@6298 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework')
-rw-r--r-- | IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 7e2cc8b27a..df6e808f68 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -75,7 +75,6 @@ InternalReportStatusCode ( @return The size, in bytes, of DevicePath.
**/
-STATIC
UINTN
InternalReportStatusCodeDevicePathSize (
IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
|