st/mesa: Remove NULL check of pointer that could not be NULL.
authorVinson Lee <vlee@vmware.com>
Fri, 16 Apr 2010 07:55:35 +0000 (00:55 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 16 Apr 2010 07:55:35 +0000 (00:55 -0700)
commit6c954dd12871aae2c34854498eaf696b67e3680b
tree6f7de4d9fb3562736e80da776f331637de20d98d
parentb1a89ea1abe1c69e3e0abcdfc2b525fe7f727864
st/mesa: Remove NULL check of pointer that could not be NULL.

cbuf has been dereferenced twice earlier in the same if-block. It is
either not NULL or a crash has already occurred.
src/mesa/state_tracker/st_atom_constbuf.c