]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/debug.cpp
Remove the ParenthesizedExpression node type
[libs/gl.git] / source / glsl / debug.cpp
index ddf1013dda2b5a70b00619c821652ae7d50f9e15..308fbad73225999efa4a742e2d5ad679b9f80a50 100644 (file)
@@ -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;