diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-28 10:03:47 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-28 10:03:47 +0100 |
commit | 34e6366f2a61c145445056e5fc6c483999c0402c (patch) | |
tree | 8892de1d8f822a257c902c6b707c34c447110316 | |
parent | 0c93a0cf41cbfe88b18e9e69bd97bd75cf2404bd (diff) |
sna/blt: Remove a pair of leftover asserts
As the variable they were inspecting was removed, the asserts are now
breaking the debug build.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_blt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c index 0ecdae7a..2a877ebb 100644 --- a/src/sna/sna_blt.c +++ b/src/sna/sna_blt.c @@ -1917,9 +1917,6 @@ prepare_blt_put(struct sna *sna, { DBG(("%s\n", __FUNCTION__)); - assert(src->devKind); - assert(src->devPrivate.ptr); - if (op->dst.bo) { assert(op->dst.bo == sna_pixmap(op->dst.pixmap)->gpu_bo); if (alpha_fixup) { |