Cc'd Ray On 2015-02-18 13:08:02, Laszlo Ersek wrote: > BltMemSrc is set in BltLibVideoFill(), but never read. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Laszlo Ersek <[email protected]> > Reviewed-by: Olivier Martin <[email protected]> > Reviewed-by: Jordan Justen <[email protected]> > --- > OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c > b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c > index 7138ebf..955ae3d 100644 > --- a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c > +++ b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c > @@ -236,7 +236,6 @@ BltLibVideoFill ( > ) > { > UINTN DstY; > - VOID *BltMemSrc; > VOID *BltMemDst; > UINTN X; > UINT8 Uint8; > @@ -347,7 +346,6 @@ BltLibVideoFill ( > ); > X = X + MIN (X, Width - X); > } > - BltMemSrc = (VOID *) mBltLibLineBuffer; > LineBufferReady = TRUE; > } > CopyMem (BltMemDst, mBltLibLineBuffer, WidthInBytes); > -- > 1.8.3.1 > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel
------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
