]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
Move the 2 functions associated with reading whole lines at a single time from the...
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / UefiShellCommandLib.h
index 6327ae54c5fbe5da4ac45cac37e6bb6a84816eff..ef81dd3f894c95f596ebe4aef639fb78d1b8b932 100644 (file)
@@ -58,17 +58,6 @@ typedef struct {
   SCRIPT_FILE *Data;\r
 } SCRIPT_FILE_LIST;\r
 \r
-/**\r
-  Function to cleanup all memory from a SCRIPT_FILE structure.\r
-\r
-  @param[in] Script     The pointer to the structure to cleanup.\r
-**/\r
-VOID\r
-EFIAPI\r
-DeleteScriptFileStruct (\r
-  IN SCRIPT_FILE *Script\r
-  );\r
-\r
 typedef struct {\r
   EFI_FILE_PROTOCOL *FileHandle;\r
   CHAR16            *Path;\r