summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-05-17 18:14:41 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-06-06 12:37:43 +0200
commit3147da26350fbdffb851f00137a8d719adc31327 (patch)
tree979e73d09266df84947206b6c6a8059f3a47c1fa /EmbeddedPkg/Include
parent662bd0da7fd77e4d2cf9ef4a78015af5cad7d9db (diff)
downloadedk2-3147da26350fbdffb851f00137a8d719adc31327.tar.gz
edk2-3147da26350fbdffb851f00137a8d719adc31327.tar.bz2
edk2-3147da26350fbdffb851f00137a8d719adc31327.zip
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 <leif.lindholm@linaro.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r--EmbeddedPkg/Include/Library/PrePiLib.h7
1 files changed, 0 insertions, 7 deletions
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