llvmpipe: Remove redundant statement.

Thanks to Vinson for spotting this.
This commit is contained in:
José Fonseca 2010-07-15 10:59:03 +01:00
parent 4f6aa567c0
commit 0eaccb30de

View file

@ -212,7 +212,6 @@ lp_rast_get_color_block_pointer(struct lp_rasterizer_task *task,
assert((y % TILE_VECTOR_HEIGHT) == 0); assert((y % TILE_VECTOR_HEIGHT) == 0);
color = lp_rast_get_color_tile_pointer(task, buf, LP_TEX_USAGE_READ_WRITE); color = lp_rast_get_color_tile_pointer(task, buf, LP_TEX_USAGE_READ_WRITE);
color = task->color_tiles[buf];
if (!color) { if (!color) {
/* out of memory - use dummy tile memory */ /* out of memory - use dummy tile memory */
return lp_get_dummy_tile(); return lp_get_dummy_tile();