Mesa (mesa_7_7_branch): svga: Remove unused variable.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jan 22 01:24:43 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: e8b5203fbb7657980a4ba421e14d656b42d2a35f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8b5203fbb7657980a4ba421e14d656b42d2a35f

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 21 17:24:07 2010 -0800

svga: Remove unused variable.

---

 src/gallium/drivers/svga/svga_screen_buffer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_screen_buffer.c b/src/gallium/drivers/svga/svga_screen_buffer.c
index 727fd18..719adde 100644
--- a/src/gallium/drivers/svga/svga_screen_buffer.c
+++ b/src/gallium/drivers/svga/svga_screen_buffer.c
@@ -244,7 +244,6 @@ static void
 svga_buffer_upload_flush(struct svga_context *svga,
                          struct svga_buffer *sbuf)
 {
-   struct svga_screen *ss = svga_screen(svga->pipe.screen);
    SVGA3dCopyBox *boxes;
    unsigned i;
 




More information about the mesa-commit mailing list