summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-11 00:00:35 -0700
committerEric Anholt <eric@anholt.net>2010-06-24 15:05:20 -0700
commit2ee85e20c888d45d3a05ed020dbaf616337f8955 (patch)
tree4619f5883142ee57fbeea2604d3ac776c580a62b
parentbdbd9f112e2832eeddce8fc4f70f11005bbe4027 (diff)
ir_to_mesa: Remove stale comment about monoburg.
-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