Mesa (lp-binning): llvmpipe: remove unused #define

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 12 19:43:05 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 12 10:11:36 2010 -0700

llvmpipe: remove unused #define

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_flow.c b/src/gallium/drivers/llvmpipe/lp_bld_flow.c
index 693742f..bc83138 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_flow.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_flow.c
@@ -41,9 +41,6 @@
 #define LP_BUILD_FLOW_MAX_VARIABLES 32
 #define LP_BUILD_FLOW_MAX_DEPTH 32
 
-#define LP_BUILD_IF_MAX_VARIABLES 8
-
-
 /**
  * Enumeration of all possible flow constructs.
  */




More information about the mesa-commit mailing list