ShellPkg/HandleParsingLib: Remove unnecessary CatSPrint call
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@@ -259,9 +259,7 @@ LoadedImageProtocolDumpInformation(
|
|||||||
} else {
|
} else {
|
||||||
SHELL_FREE_NON_NULL(FilePath);
|
SHELL_FREE_NON_NULL(FilePath);
|
||||||
}
|
}
|
||||||
RetVal = CatSPrint(NULL, FileName);
|
return FileName;
|
||||||
SHELL_FREE_NON_NULL(FileName);
|
|
||||||
return RetVal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HandleParsingHiiInit();
|
HandleParsingHiiInit();
|
||||||
|
Reference in New Issue
Block a user