Revision: 16889
          http://sourceforge.net/p/edk2/code/16889
Author:   lersek
Date:     2015-02-23 16:02:21 +0000 (Mon, 23 Feb 2015)
Log Message:
-----------
OptionRomPkg: FrameBufferBltLib: drop set but not used variable

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]>

Modified Paths:
--------------
    trunk/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c

Modified: trunk/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
===================================================================
--- trunk/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c       
2015-02-23 11:13:58 UTC (rev 16888)
+++ trunk/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c       
2015-02-23 16:02:21 UTC (rev 16889)
@@ -236,7 +236,6 @@
   )
 {
   UINTN                           DstY;
-  VOID                            *BltMemSrc;
   VOID                            *BltMemDst;
   UINTN                           X;
   UINT8                           Uint8;
@@ -347,7 +346,6 @@
               );
             X = X + MIN (X, Width - X);
           }
-          BltMemSrc = (VOID *) mBltLibLineBuffer;
           LineBufferReady = TRUE;
         }
         CopyMem (BltMemDst, mBltLibLineBuffer, WidthInBytes);


------------------------------------------------------------------------------
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-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to