tgsi: remove unneeded File == TGSI_FILE_INPUT test
authorBrian Paul <brianp@vmware.com>
Fri, 2 Aug 2013 14:00:54 +0000 (08:00 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 5 Aug 2013 16:25:08 +0000 (10:25 -0600)
commit4c9f12d69c7e8a24ac6281481f579b1088c505b0
tree95cd0e2ca36de83293bf920be8c0277244fdef53
parent3e4b5c6c9c14b80964bb20dc882f59c19d6b6f9d
tgsi: remove unneeded File == TGSI_FILE_INPUT test

We're already in an "if (File == TGSI_FILE_INPUT)" block at that point.
src/gallium/auxiliary/tgsi/tgsi_scan.c