mesa: remove redundant NULL check
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 26 Jun 2017 02:38:22 +0000 (12:38 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 26 Jun 2017 22:15:09 +0000 (08:15 +1000)
commit3034c4c7251bca68e68fbc1e71ec5ee7c7ae0d30
treeaf8a287e71ab56bbef2624557fff11d9541d7f69
parentc7f7a375d90166fcb765cb4c008a07b083b853ff
mesa: remove redundant NULL check

This can never be NULL in any of the entry paths.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/teximage.c