glsl2: Remove ir_program bong hits.

This commit is contained in:
Kenneth Graunke
2010-07-14 11:54:15 -07:00
parent 021222c6a8
commit 7d19bf2ec3

View File

@@ -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
*/