From: Brian Paul Date: Tue, 12 Jan 2010 17:11:36 +0000 (-0700) Subject: llvmpipe: remove unused #define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a32e9b2a2d62d64b9c22c4c7af9e0f009189b0a2;p=mesa.git llvmpipe: remove unused #define --- diff --git a/src/gallium/drivers/llvmpipe/lp_bld_flow.c b/src/gallium/drivers/llvmpipe/lp_bld_flow.c index 693742ff859..bc831389085 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. */