summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_context.c
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2014-05-13 02:20:32 +0200
committerRoland Scheidegger <[email protected]>2014-05-15 02:35:26 +0200
commit1d28650b551bb516fdff99d0a196c1fa133f6d05 (patch)
treead788566fe7c73ff6475c3ab578d830f39e163ab /src/gallium/drivers/llvmpipe/lp_context.c
parent3e817e7e56806d8adb8f16c35136045c29908944 (diff)
llvmpipe: kill off llvmpipe_variant_count
Unused except it was increased for both fs and setup shader variants created. Probably some leftover from ages ago. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c
index ac074085589..d9696c2067d 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.c
+++ b/src/gallium/drivers/llvmpipe/lp_context.c
@@ -47,10 +47,6 @@
#include "lp_setup.h"
-/** shared by all contexts */
-unsigned llvmpipe_variant_count;
-
-
static void llvmpipe_destroy( struct pipe_context *pipe )
{
struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );