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

Author: Alejandro Piñeiro <apinhe...@igalia.com>
Date:   Sun Sep 11 00:07:31 2016 +0200

i965: remove unused variable at intel_miptree_create_for_teximage

After commit "i965: Fix calculation of the image height at start level", it is
not needed. This commit removes the "warning: unused variable ‘i’" warning.

Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com>

---

 src/mesa/drivers/dri/i965/intel_tex_image.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/intel_tex_image.c 
b/src/mesa/drivers/dri/i965/intel_tex_image.c
index 65962eb..6142a5f 100644
--- a/src/mesa/drivers/dri/i965/intel_tex_image.c
+++ b/src/mesa/drivers/dri/i965/intel_tex_image.c
@@ -40,7 +40,6 @@ intel_miptree_create_for_teximage(struct brw_context *brw,
 {
    GLuint lastLevel;
    int width, height, depth;
-   GLuint i;
 
    intel_get_image_dims(&intelImage->base.Base, &width, &height, &depth);
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to