glsl: Remove unnecessary "unused variable" warning suppression.
The "instructions" variable -is- used, so the cast to void can go away.
This commit is contained in:
parent
efb0417040
commit
afb6fb9a92
1 changed files with 0 additions and 3 deletions
|
|
@ -101,9 +101,6 @@ process_call(exec_list *instructions, ir_function *f,
|
|||
|
||||
ir_function_signature *sig = f->matching_signature(actual_parameters);
|
||||
|
||||
/* The instructions param will be used when the FINISHMEs below are done */
|
||||
(void) instructions;
|
||||
|
||||
if (sig != NULL) {
|
||||
/* Verify that 'out' and 'inout' actual parameters are lvalues. This
|
||||
* isn't done in ir_function::matching_signature because that function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue