zink: remove unused code-path in lower_pos_write
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 19 Dec 2019 13:41:09 +0000 (14:41 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 3 Jan 2020 22:48:19 +0000 (22:48 +0000)
commit5c2376af63059bc683438af652e8fc161e2a92d8
tree51f2145168dbb5d35dabc4bcc85fd55b8735415a
parent87b3d8dce5752cb98d6f3b7143339e534bce2cf0
zink: remove unused code-path in lower_pos_write

This code is never reached, because we don't call nir_lower_io before
lowering this. So let's get rid of it.
src/gallium/drivers/zink/zink_compiler.c