mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
glsl2: Remove ir_program bong hits.
This commit is contained in:
parent
021222c6a8
commit
7d19bf2ec3
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue