From: Keith Whitwell Date: Wed, 21 Oct 2009 13:35:54 +0000 (+0100) Subject: llvmpipe: remove dead code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=341edde1d2e9f9f989d41869cc436b51942941e4;p=mesa.git llvmpipe: remove dead code --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c index 89d75710dda..041716adc93 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup_tri.c +++ b/src/gallium/drivers/llvmpipe/lp_setup_tri.c @@ -227,13 +227,6 @@ static inline int subpixel_snap( float a ) } -static INLINE void bin_triangle( struct cmd_block_list *list, - const struct lp_rast_triangle arg ) -{ -} - - - #define MIN3(a,b,c) MIN2(MIN2(a,b),c) #define MAX3(a,b,c) MAX2(MAX2(a,b),c)