From de4caceb8b22426e6a8d9e364f63e298cffb4e63 Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Fri, 29 Aug 2014 01:30:43 +0000 Subject: ShellPkg: Remove 'STATIC' from function declarations to avoid source level debugging problem. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: : Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15975 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib') diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c index e0e15dbc3d..0b596ceae4 100644 --- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c +++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c @@ -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( -- cgit v1.2.3