From: Brian Paul Date: Wed, 12 Dec 2012 15:51:19 +0000 (-0700) Subject: softpipe: remove unused corner0 variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e721a76e6842f8aeec2c40bd9960a55f5d606f7d;p=mesa.git softpipe: remove unused corner0 variable --- diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c index c0eaf45f484..ab032902aec 100644 --- a/src/gallium/drivers/softpipe/sp_tex_sample.c +++ b/src/gallium/drivers/softpipe/sp_tex_sample.c @@ -1224,7 +1224,6 @@ img_filter_cube_nearest(struct tgsi_sampler *tgsi_sampler, union tex_tile_address addr; const float *out; int c; - float corner0[TGSI_QUAD_SIZE]; width = u_minify(texture->width0, level); height = u_minify(texture->height0, level);