glsl: remove unused field from ir_call
Reviewed-by: Thomas Helland <thomashelland90@gmail.com> Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
This commit is contained in:
@@ -1602,7 +1602,6 @@ public:
|
||||
{
|
||||
assert(callee->return_type != NULL);
|
||||
actual_parameters->move_nodes_to(& this->actual_parameters);
|
||||
this->use_builtin = callee->is_builtin();
|
||||
}
|
||||
|
||||
ir_call(ir_function_signature *callee,
|
||||
@@ -1613,7 +1612,6 @@ public:
|
||||
{
|
||||
assert(callee->return_type != NULL);
|
||||
actual_parameters->move_nodes_to(& this->actual_parameters);
|
||||
this->use_builtin = callee->is_builtin();
|
||||
}
|
||||
|
||||
virtual ir_call *clone(void *mem_ctx, struct hash_table *ht) const;
|
||||
@@ -1655,9 +1653,6 @@ public:
|
||||
/* List of ir_rvalue of paramaters passed in this call. */
|
||||
exec_list actual_parameters;
|
||||
|
||||
/** Should this call only bind to a built-in function? */
|
||||
bool use_builtin;
|
||||
|
||||
/*
|
||||
* ARB_shader_subroutine support -
|
||||
* the subroutine uniform variable and array index
|
||||
|
Reference in New Issue
Block a user