On 09/21/2011 11:48 AM, Paul Berry wrote: > On 20 September 2011 18:28, Kenneth Graunke wrote: > @@ -1446,16 +1455,6 @@ ir_function::has_user_signature() > return false; > } > > - > -ir_call * > -ir_call::get_error_instruction(void *ctx) > -{ > - ir_call *call = new(ctx) ir_call; > - > - call->type = glsl_type::error_type; > - return call; > -} > - > > > I believe this was the only code that used the private constructor > ir_call::ir_call() (the one that took no parameters), so we should > probably remove that too.
Good call. Updated to remove that. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev