radeon: Remove NULL check of bo_legacy->tobj.
authorVinson Lee <vlee@vmware.com>
Sun, 25 Apr 2010 06:41:59 +0000 (23:41 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 25 Apr 2010 06:44:56 +0000 (23:44 -0700)
commitd69ed3a96eb4ed2630bee28f1937d376eee435e1
treee9888b5df46fe22ca6a69cfdfd353854233ac937
parenta1a7738223b754044213b969371823ec52b0a9e2
radeon: Remove NULL check of bo_legacy->tobj.

bo_legacy->tobj cannot be NULL before the call to driUpdateTextureLRU.
There is a NULL check earlier in the routine, and if bo_legacy->tobj is
NULL, memory is allocated.
src/mesa/drivers/dri/radeon/radeon_bo_legacy.c