diff --git a/Library/OcAppleImageVerificationLib/OcAppleImageVerification.c b/Library/OcAppleImageVerificationLib/OcAppleImageVerification.c index 1af7cb3d..3d3f2733 100644 --- a/Library/OcAppleImageVerificationLib/OcAppleImageVerification.c +++ b/Library/OcAppleImageVerificationLib/OcAppleImageVerification.c @@ -548,14 +548,6 @@ SanitizeApplePeImage ( (UINT8 *) Image + *RealImageSize, ImageSize - *RealImageSize ); - // - // Reallocate file buffer - // - Image = ReallocatePool ( - ImageSize, - *RealImageSize, - Image - ); } }