swrast: Remove dead code in _swrast_clear_depth_buffer()
authorPaul Berry <stereotype441@gmail.com>
Thu, 29 Dec 2011 18:15:43 +0000 (10:15 -0800)
committerPaul Berry <stereotype441@gmail.com>
Mon, 2 Jan 2012 19:10:57 +0000 (11:10 -0800)
commit7cbcce383c4aef1bd17850a4487805e30d84613a
treeba97fbfcf51727493b3716cc58d14f6df8407bf3
parent01a63f4bf5ab5e2e67982c6c60670dd2b4fe9fcb
swrast: Remove dead code in _swrast_clear_depth_buffer()

This code was generating the gcc warning:

  variable ‘clearValue’ set but not used [-Wunused-but-set-variable]

Reviewed-by: Brian Paul <brianp@vmare.com>
src/mesa/swrast/s_depth.c