softpipe: remove obsolete comment
authorBrian Paul <brianp@vmware.com>
Thu, 21 Jul 2011 15:55:22 +0000 (09:55 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 21 Jul 2011 15:55:22 +0000 (09:55 -0600)
src/gallium/drivers/softpipe/sp_fs_exec.c

index 346e1b402baba023916102fdc59789429216e3ab..85e7141486a685faceb7a41b97c08a5af5e18b31 100644 (file)
@@ -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;