Mesa (lp-binning): llvmpipe: remove dead code

Keith Whitwell keithw at kemper.freedesktop.org
Wed Oct 21 14:21:48 UTC 2009


Module: Mesa
Branch: lp-binning
Commit: 341edde1d2e9f9f989d41869cc436b51942941e4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=341edde1d2e9f9f989d41869cc436b51942941e4

Author: Keith Whitwell <keithw at vmware.com>
Date:   Wed Oct 21 14:35:54 2009 +0100

llvmpipe: remove dead code

---

 src/gallium/drivers/llvmpipe/lp_setup_tri.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index 89d7571..041716a 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)
 




More information about the mesa-commit mailing list