Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: remove dead status code reporting code

2019-06-06 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 19:05, Leif Lindholm wrote: > > On Fri, May 17, 2019 at 06:18:55PM +0200, Ard Biesheuvel wrote: > > The status code reporting functionality in PrePiLib is never invoked > > so let's just remove it. > > > > Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > > *h

Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: remove dead status code reporting code

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 06:18:55PM +0200, Ard Biesheuvel wrote: > The status code reporting functionality in PrePiLib is never invoked > so let's just remove it. > > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm *however* - I don't think this constitutes a bugfix, so probably needs

[edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: remove dead status code reporting code

2019-05-17 Thread Ard Biesheuvel
The status code reporting functionality in PrePiLib is never invoked so let's just remove it. Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Include/Library/PrePiLib.h | 7 - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 4 - EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 318