glsl: Drop the round-trip through ast_type_specifier for many builtin types.
[mesa.git] / src / glsl / ir.cpp
index 3595e742f785352e69890938bb4de96f02dceb92..1ba87515ea7024061b3a6905f7f95a7286bd8a20 100644 (file)
@@ -1467,11 +1467,6 @@ ir_rvalue::error_value(void *mem_ctx)
    return v;
 }
 
-void
-ir_call::set_callee(ir_function_signature *sig)
-{
-   this->callee = sig;
-}
 
 void
 visit_exec_list(exec_list *list, ir_visitor *visitor)