Reviewed-by: Ilia Mirkin <[email protected]>

On Thu, Nov 5, 2015 at 5:31 PM,  <[email protected]> wrote:
> From: Dylan Baker <[email protected]>
>
> cc: Ilia Mirkin <[email protected]>
> Signed-off-by: Dylan Baker <[email protected]>
> ---
>  tests/spec/gl-3.2/layered-rendering/gl-layer-render-storage.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/tests/spec/gl-3.2/layered-rendering/gl-layer-render-storage.c 
> b/tests/spec/gl-3.2/layered-rendering/gl-layer-render-storage.c
> index c7c463b..5b59b79 100644
> --- a/tests/spec/gl-3.2/layered-rendering/gl-layer-render-storage.c
> +++ b/tests/spec/gl-3.2/layered-rendering/gl-layer-render-storage.c
> @@ -90,7 +90,6 @@ static GLuint color_uniform;
>
>  GLuint
>  create_bind_texture(GLenum textureType) {
> -       int i;
>         GLuint texture;
>         glGenTextures(1, &texture);
>         glBindTexture(textureType, texture);
> --
> 2.6.2
>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to