From: Brian Paul Date: Thu, 21 Jul 2011 15:55:22 +0000 (-0600) Subject: softpipe: remove obsolete comment X-Git-Tag: 062012170305~4896^2~505^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c1319d31d85f1e5bc61eef1bc963584623d0d51;p=profile%2Fivi%2Fmesa.git softpipe: remove obsolete comment --- diff --git a/src/gallium/drivers/softpipe/sp_fs_exec.c b/src/gallium/drivers/softpipe/sp_fs_exec.c index 346e1b4..85e7141 100644 --- a/src/gallium/drivers/softpipe/sp_fs_exec.c +++ b/src/gallium/drivers/softpipe/sp_fs_exec.c @@ -193,10 +193,6 @@ softpipe_create_fs_exec(struct softpipe_context *softpipe, { struct sp_exec_fragment_shader *shader; - /* Decide whether we'll be codegenerating this shader and if so do - * that now. - */ - shader = CALLOC_STRUCT(sp_exec_fragment_shader); if (!shader) return NULL;