remove redundant 'return false'
This commit is contained in:
parent
e5712a2549
commit
507308b26d
1 changed files with 0 additions and 1 deletions
|
|
@ -402,7 +402,6 @@ bool TSymbolDefinitionCollectingTraverser::visitBinary(glslang::TVisit /* visit
|
|||
// For other binary nodes, still traverse the right node.
|
||||
current_object_.clear();
|
||||
node->getRight()->traverse(this);
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue