draw: Remove unused variables.
authorVinson Lee <vlee@freedesktop.org>
Sun, 15 Jan 2012 07:31:03 +0000 (23:31 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 28 Jan 2012 19:22:48 +0000 (11:22 -0800)
commit743432039ccd4c4af03aa4ef274a7922f871bc38
tree26563e162e233ab6cd1c8af360183a1dd5f4c526
parent1a9d2b764295f561aa9c24f504bd8cf3f95e7f54
draw: Remove unused variables.

Fix this GCC warning.
draw_pipe_clip.c: In function ‘interp’:
draw_pipe_clip.c:122:13: warning: variable ‘clip_dist’ set but not used
[-Wunused-but-set-variable]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/draw/draw_pipe_clip.c