mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 00:20:09 +01:00
glsl: remove invalid _mesa_problem() call
Fixes fd.o bug 29206.
This commit is contained in:
parent
815e79e72c
commit
c20a3628c7
1 changed files with 2 additions and 0 deletions
|
|
@ -1047,8 +1047,10 @@ slang_substitute(slang_assemble_ctx *A, slang_operation *oper,
|
|||
GLuint i;
|
||||
v = _slang_variable_locate(oper->locals, id, GL_TRUE);
|
||||
if (!v) {
|
||||
#if 0
|
||||
if (strcmp((char *) oper->a_id, "__notRetFlag"))
|
||||
_mesa_problem(NULL, "var %s not found!\n", (char *) oper->a_id);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue