From: Kenneth Graunke Date: Wed, 14 Jul 2010 18:54:15 +0000 (-0700) Subject: glsl2: Remove ir_program bong hits. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d19bf2ec34dceb621ec82861be3d12ba73e67d3;p=mesa.git glsl2: Remove ir_program bong hits. --- diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 053b6fecd1d..790173ed6be 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -41,10 +41,6 @@ extern "C" { #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #endif -struct ir_program { - void *bong_hits; -}; - /** * Base class of all IR instructions */