From 3147da26350fbdffb851f00137a8d719adc31327 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 17 May 2019 18:14:41 +0200 Subject: EmbeddedPkg/PrePiLib: remove dead status code reporting code The status code reporting functionality in PrePiLib is never invoked so let's just remove it. Reviewed-by: Leif Lindholm Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Include/Library/PrePiLib.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'EmbeddedPkg/Include') diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index 7876788440..ee8d4ef4d9 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -755,11 +755,4 @@ DecompressFirstFv ( VOID ); -VOID -EFIAPI -AddDxeCoreReportStatusCodeCallback ( - VOID - ); - - #endif -- cgit v1.2.3