From: Matt Turner Date: Thu, 2 Apr 2015 01:21:41 +0000 (-0700) Subject: i965/vec4: Remove emit_scs() prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdb1eb9a3fa096b0eeef239a602cd1c42cf27498;p=mesa.git i965/vec4: Remove emit_scs() prototype. This has never existed. Reviewed-by: Jason Ekstrand --- diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 6ec00d5ffd3..700ca694077 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -314,9 +314,6 @@ public: void emit_scalar(ir_instruction *ir, enum prog_opcode op, dst_reg dst, src_reg src0, src_reg src1); - void emit_scs(ir_instruction *ir, enum prog_opcode op, - dst_reg dst, const src_reg &src); - src_reg fix_3src_operand(src_reg src); void emit_math(enum opcode opcode, const dst_reg &dst, const src_reg &src0,