summaryrefslogtreecommitdiff
path: root/ir_to_mesa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ir_to_mesa.cpp')
-rw-r--r--ir_to_mesa.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ir_to_mesa.cpp b/ir_to_mesa.cpp
index 44786258db..1485b6a2c0 100644
--- a/ir_to_mesa.cpp
+++ b/ir_to_mesa.cpp
@@ -26,10 +26,6 @@
*
* Translates the IR to ARB_fragment_program text if possible,
* printing the result
- *
- * The code generation is performed using monoburg. Because monoburg
- * produces a single C file with the definitions of the node types in
- * it, this file is included from the monoburg output.
*/
/* Quiet compiler warnings due to monoburg not marking functions defined