ir_reader: Don't print out the S-Expression.
It's no longer useful for debugging.
This commit is contained in:

committed by
Ian Romanick

parent
b51557fbe2
commit
92eb64cd33
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user