fix double-printing of comment info
authorBrian <brian@yutani.localnet.net>
Fri, 15 Dec 2006 22:36:29 +0000 (15:36 -0700)
committerBrian <brian@yutani.localnet.net>
Fri, 15 Dec 2006 22:36:29 +0000 (15:36 -0700)
src/mesa/shader/prog_print.c

index 7bc5016..b34bbbd 100644 (file)
@@ -208,9 +208,6 @@ _mesa_print_alu_instruction(const struct prog_instruction *inst,
         _mesa_printf(", ");
    }
 
-   if (inst->Comment)
-      _mesa_printf("  # %s", inst->Comment);
-
    print_comment(inst);
 }