summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/prog_print.c')
-rw-r--r--src/mesa/shader/prog_print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 7bc5016987..b34bbbd482 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -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);
}