i965: Remove useless null check.
authorMatt Turner <mattst88@gmail.com>
Sat, 11 Apr 2015 16:54:38 +0000 (09:54 -0700)
committerMatt Turner <mattst88@gmail.com>
Sat, 11 Apr 2015 16:59:47 +0000 (09:59 -0700)
commitea0c35faf88962e049c0a67ce714e03933383be1
treef80e1cf2bcb130f0fec406e747a74afc0b5bccf3
parent024ecc783b763712d2896fd315d8b5222c27b1ec
i965: Remove useless null check.

If it were null, we'd have just derefernced it two lines above.
src/mesa/drivers/dri/i965/brw_context.c