llvmpipe: Remove unused variable 'packed' from lp_test_round.
authorVinson Lee <vlee@freedesktop.org>
Mon, 16 Jan 2012 07:33:16 +0000 (23:33 -0800)
committerVinson Lee <vlee@freedesktop.org>
Mon, 16 Jan 2012 20:44:06 +0000 (12:44 -0800)
commit6fe133889cc0305eb08775b56fe8d95d970b341b
tree675e13b195fa22dd0a7f6ff38c3f8147bd13d882
parenteeff1ee7466d5de7764bcd7ad4d7be4d76aa738c
llvmpipe: Remove unused variable 'packed' from lp_test_round.

Fix this GCC warning.
lp_test_round.c: In function ‘test_round’:
lp_test_round.c:126:13: warning: variable ‘packed’ set but not used
[-Wunused-but-set-variable]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_test_round.c