glsl2: Remove the const disease from function signature's callee.
This commit is contained in:
@@ -64,8 +64,7 @@ process_call(exec_list *instructions, ir_function *f,
|
||||
{
|
||||
void *ctx = state;
|
||||
|
||||
const ir_function_signature *sig =
|
||||
f->matching_signature(actual_parameters);
|
||||
ir_function_signature *sig = f->matching_signature(actual_parameters);
|
||||
|
||||
/* The instructions param will be used when the FINISHMEs below are done */
|
||||
(void) instructions;
|
||||
|
||||
Reference in New Issue
Block a user