diff options
author | Vinson Lee <vlee@vmware.com> | 2010-12-04 00:00:43 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-12-04 00:00:43 -0800 |
commit | bed0704b66180a79f3c7aad857a7de3237009835 (patch) | |
tree | e42293613ca19b9a217da41f4fce0b62f31c281f /tests/bugs/fdo28551.c | |
parent | 3e61a4df2e1ffc636b65ff491b6493b2427a3c2d (diff) |
fdo28551: Remove unused variable.
Diffstat (limited to 'tests/bugs/fdo28551.c')
-rw-r--r-- | tests/bugs/fdo28551.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/fdo28551.c b/tests/bugs/fdo28551.c index f7fc079c6..6d98e086c 100644 --- a/tests/bugs/fdo28551.c +++ b/tests/bugs/fdo28551.c @@ -45,7 +45,7 @@ int piglit_window_mode = GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH | GLUT_STENCIL; enum piglit_result piglit_display(void) { - GLint red_bits, att_type, att_name; + GLint red_bits, att_type; GLenum err; glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, |