summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-07-21 09:55:22 -0600
committerBrian Paul <[email protected]>2011-07-21 09:55:22 -0600
commit9c1319d31d85f1e5bc61eef1bc963584623d0d51 (patch)
treecfd9368c98642bb72d8610cdc3a25511c18c5347
parentf16d97feaa394826456e27250d5dfdb24df5cd57 (diff)
softpipe: remove obsolete comment
-rw-r--r--src/gallium/drivers/softpipe/sp_fs_exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs_exec.c b/src/gallium/drivers/softpipe/sp_fs_exec.c
index 346e1b402ba..85e7141486a 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;