vc4: Drop a dead prototype.
authorEric Anholt <eric@anholt.net>
Fri, 31 Jul 2015 17:02:45 +0000 (10:02 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 5 Aug 2015 00:19:01 +0000 (17:19 -0700)
src/gallium/drivers/vc4/vc4_qir.h

index 80a19713a106a08d64b2e0335826eba3a3b042fb..e2d2574f1b117927690240b4a9ab872de439d04b 100644 (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)
 {