i965/vec4: Remove emit_scs() prototype.
authorMatt Turner <mattst88@gmail.com>
Thu, 2 Apr 2015 01:21:41 +0000 (18:21 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 6 Apr 2015 17:13:22 +0000 (10:13 -0700)
This has never existed.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4.h

index 6ec00d5ffd36989fb1d6328c0d9f4caa07801d11..700ca69407765a1d3c5c7873e928319cca251350 100644 (file)
@@ -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,