On 05/09/2016 12:12 PM, Dylan Baker wrote:
vs and fs are unused in this function.

Signed-off-by: Dylan Baker <[email protected]>
---
  tests/spec/arb_gpu_shader_fp64/execution/gs-getuniformdv.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/arb_gpu_shader_fp64/execution/gs-getuniformdv.c 
b/tests/spec/arb_gpu_shader_fp64/execution/gs-getuniformdv.c
index 8a47488..9179c80 100644
--- a/tests/spec/arb_gpu_shader_fp64/execution/gs-getuniformdv.c
+++ b/tests/spec/arb_gpu_shader_fp64/execution/gs-getuniformdv.c
@@ -214,7 +214,7 @@ void
  piglit_init(int argc, char **argv)
  {
        bool piglit_pass = true;
-       GLuint vs, fs, prog;
+       GLuint prog;
        GLint numUniforms, i;
        GLint loc;
        enum uniform_enum u;


Reviewed-by: Brian Paul <[email protected]>
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to