fix double-printing of comment info

This commit is contained in:
Brian 2006-12-15 15:36:29 -07:00
parent 9b00fa9ac2
commit fa8059a89c

View 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);
}