From: Eric Anholt Date: Tue, 11 May 2010 07:00:35 +0000 (-0700) Subject: ir_to_mesa: Remove stale comment about monoburg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ee85e20c888d45d3a05ed020dbaf616337f8955;p=mesa.git ir_to_mesa: Remove stale comment about monoburg. --- 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