From: Brian Paul Date: Tue, 27 Apr 2010 17:31:45 +0000 (-0600) Subject: llvmpipe: comment-out unused field for now X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85ab6d2447784c417c705ec3c91be2893a801213;p=platform%2Fupstream%2Fmesa.git llvmpipe: comment-out unused field for now --- diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h index 18457ff..5884d12 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h +++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h @@ -105,7 +105,7 @@ struct lp_rasterizer * (potentially) shared, these empty scenes should be returned to * the context which created them rather than retained here. */ - struct lp_scene_queue *empty_scenes; + /* struct lp_scene_queue *empty_scenes; */ /** The scene currently being rasterized by the threads */ struct lp_scene *curr_scene;