From 9c1319d31d85f1e5bc61eef1bc963584623d0d51 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 21 Jul 2011 09:55:22 -0600 Subject: [PATCH] softpipe: remove obsolete comment --- src/gallium/drivers/softpipe/sp_fs_exec.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.7.4