EdkCompatibilityPkg: Fixed EDK Shell build
Fixed: - Removed unused variables - Function does not return value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14796 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
2c5a8aed24
commit
6cbbfa06d7
@@ -339,6 +339,6 @@ Returns:
|
||||
#else
|
||||
*Marker = (VA_LIST) (DebugInfo + 1);
|
||||
*Format = (CHAR8 *)(((UINT64 *)*Marker) + 12);
|
||||
#endif
|
||||
return TRUE;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user