mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
ir_reader: Don't print out the S-Expression.
It's no longer useful for debugging.
This commit is contained in:
parent
b51557fbe2
commit
92eb64cd33
1 changed files with 0 additions and 3 deletions
|
|
@ -66,9 +66,6 @@ _mesa_glsl_read_ir(_mesa_glsl_parse_state *state, exec_list *instructions,
|
|||
ir_read_error(state, NULL, "couldn't parse S-Expression.");
|
||||
return;
|
||||
}
|
||||
printf("S-Expression:\n");
|
||||
expr->print();
|
||||
printf("\n-------------\n");
|
||||
|
||||
_mesa_glsl_initialize_types(state);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue