mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
Remove unused function
This commit is contained in:
parent
0044e7edce
commit
3a9e989628
1 changed files with 0 additions and 12 deletions
|
|
@ -56,18 +56,6 @@
|
|||
#include "glsl_types.h"
|
||||
#include "ir.h"
|
||||
|
||||
void
|
||||
_mesa_generate_hir_from_ast(struct _mesa_glsl_parse_state *state)
|
||||
{
|
||||
struct simple_node *ptr;
|
||||
|
||||
foreach (ptr, & state->translation_unit) {
|
||||
if (1) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static const struct glsl_type *
|
||||
arithmetic_result_type(const struct glsl_type *type_a,
|
||||
const struct glsl_type *type_b,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue