diff options
author | Eric Anholt <[email protected]> | 2010-05-11 00:00:35 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-24 15:05:20 -0700 |
commit | 2ee85e20c888d45d3a05ed020dbaf616337f8955 (patch) | |
tree | 4619f5883142ee57fbeea2604d3ac776c580a62b | |
parent | bdbd9f112e2832eeddce8fc4f70f11005bbe4027 (diff) |
ir_to_mesa: Remove stale comment about monoburg.
-rw-r--r-- | ir_to_mesa.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ir_to_mesa.cpp b/ir_to_mesa.cpp index 44786258db1..1485b6a2c0f 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 |