Mesa (master): util/blitter: remove unused variable

Keith Whitwell keithw at kemper.freedesktop.org
Mon Jan 11 10:57:04 UTC 2010


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jan 11 10:56:41 2010 +0000

util/blitter: remove unused variable

---

 src/gallium/auxiliary/util/u_blitter.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c
index c42e2db..eaa3f53 100644
--- a/src/gallium/auxiliary/util/u_blitter.c
+++ b/src/gallium/auxiliary/util/u_blitter.c
@@ -664,7 +664,6 @@ static void util_blitter_overlap_copy(struct blitter_context *blitter,
    struct pipe_texture texTemp;
    struct pipe_texture *texture;
    struct pipe_surface *tex_surf;
-   uint level;
 
    /* check whether the states are properly saved */
    blitter_check_saved_CSOs(ctx);




More information about the mesa-commit mailing list