Module: Mesa Branch: lp-binning Commit: a32e9b2a2d62d64b9c22c4c7af9e0f009189b0a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a32e9b2a2d62d64b9c22c4c7af9e0f009189b0a2
Author: Brian Paul <[email protected]> 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. */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
