X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fdebug.cpp;h=308fbad73225999efa4a742e2d5ad679b9f80a50;hp=ddf1013dda2b5a70b00619c821652ae7d50f9e15;hb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;hpb=3a675b53b811f50ab965405fbbf91282cab7f3cd diff --git a/source/glsl/debug.cpp b/source/glsl/debug.cpp index ddf1013d..308fbad7 100644 --- a/source/glsl/debug.cpp +++ b/source/glsl/debug.cpp @@ -146,11 +146,6 @@ void DumpTree::visit(Literal &literal) append(format("Literal: %s -> %s", literal.token, format_type(literal.type))); } -void DumpTree::visit(ParenthesizedExpression &parexpr) -{ - annotated_branch(format("(expr) -> %s", format_type(parexpr.type)), *parexpr.expression); -} - void DumpTree::visit(VariableReference &var) { string text;