Mesa (gallium-0.2): i915: queiten compiler warnings

Keith Whitwell keithw at kemper.freedesktop.org
Tue Jan 27 11:17:04 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 3b853e93b2d244dac1b96212f6ebeb48e683fccf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b853e93b2d244dac1b96212f6ebeb48e683fccf

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 26 12:47:02 2009 +0000

i915: queiten compiler warnings

---

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

diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c
index af823f2..4acc4b0 100644
--- a/src/gallium/drivers/i915simple/i915_texture.c
+++ b/src/gallium/drivers/i915simple/i915_texture.c
@@ -664,7 +664,6 @@ i915_get_tex_surface(struct pipe_screen *screen,
                      unsigned flags)
 {
    struct i915_texture *tex = (struct i915_texture *)pt;
-   struct pipe_winsys *ws = screen->winsys;
    struct pipe_surface *ps;
    unsigned offset;  /* in bytes */
 




More information about the mesa-commit mailing list