glsl: Fold implementation of ir_dereference_array::constant_referenced into wrapper
[mesa.git] / src / glsl / ir_builder.h
index f00e6f3b38c00f37de3a52ae163a0568b2264458..108b53a5e470e7c6060cf4f3dfbfcebc8482c331 100644 (file)
@@ -139,7 +139,6 @@ ir_expression *carry(operand a, operand b);
 ir_expression *borrow(operand a, operand b);
 ir_expression *round_even(operand a);
 ir_expression *dot(operand a, operand b);
-ir_expression *dotlike(operand a, operand b);
 ir_expression *clamp(operand a, operand b, operand c);
 ir_expression *saturate(operand a);
 ir_expression *abs(operand a);