Remove ir_label since it is no longer used.
This commit is contained in:
committed by
Ian Romanick
parent
9fa99f3b6c
commit
3289886688
@@ -108,12 +108,6 @@ ir_expression::get_num_operands(void)
|
||||
return num_operands[this->operation];
|
||||
}
|
||||
|
||||
ir_label::ir_label(const char *label, ir_function_signature *signature)
|
||||
: label(label), signature(signature)
|
||||
{
|
||||
/* empty */
|
||||
}
|
||||
|
||||
|
||||
ir_constant::ir_constant(const struct glsl_type *type, const void *data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user