mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
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:
parent
0594ec417c
commit
6161123be2
@ -259,9 +259,7 @@ LoadedImageProtocolDumpInformation(
|
||||
} else {
|
||||
SHELL_FREE_NON_NULL(FilePath);
|
||||
}
|
||||
RetVal = CatSPrint(NULL, FileName);
|
||||
SHELL_FREE_NON_NULL(FileName);
|
||||
return RetVal;
|
||||
return FileName;
|
||||
}
|
||||
|
||||
HandleParsingHiiInit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user