From 9b403c0756ecf806a8ff768bd73a4cbf42986bdb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 31 Jul 2015 10:02:45 -0700 Subject: [PATCH] vc4: Drop a dead prototype. --- src/gallium/drivers/vc4/vc4_qir.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index 80a1971..e2d2574 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -587,14 +587,6 @@ qir_R4_UNPACK(struct vc4_compile *c, struct qreg r4, int i) } 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) { struct qreg t = qir_get_temp(c); -- 2.7.4