diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2014-08-29 01:30:43 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-29 01:30:43 +0000 |
commit | de4caceb8b22426e6a8d9e364f63e298cffb4e63 (patch) | |
tree | ce2aa3019c7690b08023a66339d492f019336a59 /ShellPkg/Application/Shell/ShellParametersProtocol.c | |
parent | 41921ad5c35c098a8ba54f8ffde9fa58dfb000f1 (diff) | |
download | edk2-platforms-de4caceb8b22426e6a8d9e364f63e298cffb4e63.tar.xz |
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
Diffstat (limited to 'ShellPkg/Application/Shell/ShellParametersProtocol.c')
-rw-r--r-- | ShellPkg/Application/Shell/ShellParametersProtocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index 75704b4ae0..e052d24d5d 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -609,7 +609,6 @@ RemoveFileTag( @return Status code from ShellInfoObject.NewEfiShellProtocol->WriteFile.
**/
-STATIC
EFI_STATUS
WriteFileTag (
IN SHELL_FILE_HANDLE FileHandle
|