From: Brian Paul Date: Wed, 23 Nov 2011 22:02:05 +0000 (-0700) Subject: softpipe: remove pointless break stmt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=173427841ace7514fa6b24d24ea65f4d90549cb5;p=mesa.git softpipe: remove pointless break stmt --- diff --git a/src/gallium/drivers/softpipe/sp_quad_depth_test.c b/src/gallium/drivers/softpipe/sp_quad_depth_test.c index 29fb59955e4..fb163b20c71 100644 --- a/src/gallium/drivers/softpipe/sp_quad_depth_test.c +++ b/src/gallium/drivers/softpipe/sp_quad_depth_test.c @@ -678,7 +678,6 @@ alpha_test_quads(struct quad_stage *qs, return alpha_test_quads_LESS( qs, quads, nr ); case PIPE_FUNC_EQUAL: return alpha_test_quads_EQUAL( qs, quads, nr ); - break; case PIPE_FUNC_LEQUAL: return alpha_test_quads_LEQUAL( qs, quads, nr ); case PIPE_FUNC_GREATER: