Commit 507308b2 by qining

remove redundant 'return false'

parent e5712a25
...@@ -402,7 +402,6 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit ...@@ -402,7 +402,6 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit
// For other binary nodes, still traverse the right node. // For other binary nodes, still traverse the right node.
current_object_.clear(); current_object_.clear();
node->getRight()->traverse(this); node->getRight()->traverse(this);
return false;
} }
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment