ShellPkg: Remove 'STATIC' from function declarations to avoid source level debugging problem.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: : Jaben Carsey <Jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15975 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Qiu Shumin 2014-08-29 01:30:43 +00:00 committed by shenshushi
parent 41921ad5c3
commit de4caceb8b
4 changed files with 1 additions and 4 deletions

View File

@ -609,7 +609,6 @@ RemoveFileTag(
@return Status code from ShellInfoObject.NewEfiShellProtocol->WriteFile.
**/
STATIC
EFI_STATUS
WriteFileTag (
IN SHELL_FILE_HANDLE FileHandle

View File

@ -3187,7 +3187,7 @@ InternalEfiShellGetListAlias(
@return The null-terminated string converted into all lowercase.
**/
STATIC CHAR16 *
CHAR16 *
ToLower (
CHAR16 *Str
)

View File

@ -847,7 +847,6 @@ Function to add a new GUID/Name mapping.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed
@retval EFI_INVALID_PARAMETER Guid NameId was invalid
**/
STATIC
EFI_STATUS
EFIAPI
InsertNewGuidNameMapping(

View File

@ -27,7 +27,6 @@
@retval EFI_SUCCESS The help was displayed
@retval FI_NOT_FOUND The command name could not be found
**/
STATIC
EFI_STATUS
EFIAPI
PrintDynamicCommandHelp(