vc4: Drop a dead prototype.

This commit is contained in:
Eric Anholt 2015-07-31 10:02:45 -07:00
parent eae9c3286e
commit 9b403c0756

View file

@ -586,14 +586,6 @@ qir_R4_UNPACK(struct vc4_compile *c, struct qreg r4, int i)
return t;
}
static inline struct qreg
qir_SEL_X_0_COND(struct vc4_compile *c, int i)
{
struct qreg t = qir_get_temp(c);
qir_emit(c, qir_inst(QOP_R4_UNPACK_A + i, t, c->undef, c->undef));
return t;
}
static inline struct qreg
qir_UNPACK_8_F(struct vc4_compile *c, struct qreg src, int i)
{