i965: remove unnecessary null check
authorTimothy Arceri <timothy.arceri@collabora.com>
Thu, 28 Jul 2016 00:24:57 +0000 (10:24 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 28 Jul 2016 01:05:57 +0000 (11:05 +1000)
commita86aa87342221625f15fdcbec603d014cf9abba3
tree9c520d4fa74131e5d80c10e154bb2ed098fae6cb
parent29d70cc964411e86bcd0bbc5591b3d82f849c9f8
i965: remove unnecessary null check

We would have hit a segfault already if this could be null.

Fixes Coverity warning spotted by Matt.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_gs.c