remove redundant 'return false'
This commit is contained in:
parent
e5712a2549
commit
507308b26d
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user