]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/Shell.h
ShellPkg Shell: Remove redundant functions
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.h
index 69b19c6a2d3bbb51d7e8800084e7e85fe2adcdff..bad8f08d473a691070aee6347c0de0a2f125f25f 100644 (file)
@@ -309,19 +309,6 @@ RunShellCommand(
   OUT EFI_STATUS    *CommandStatus\r
   );\r
 \r
-/**\r
-  Function determines if the CommandName COULD be a valid command.  It does not determine whether\r
-  this is a valid command.  It only checks for invalid characters.\r
-\r
-  @param[in] CommandName    The name to check\r
-\r
-  @retval TRUE              CommandName could be a command name\r
-  @retval FALSE             CommandName could not be a valid command name\r
-**/\r
-BOOLEAN\r
-IsValidCommandName(\r
-  IN CONST CHAR16     *CommandName\r
-  );\r
 \r
 /**\r
   Function to process a NSH script file via SHELL_FILE_HANDLE.\r