Java: Remove superfluous conjunct

This commit is contained in:
Joe
2020-09-18 10:41:06 +01:00
parent 2da6234317
commit 3258134098

View File

@@ -636,7 +636,6 @@ final class ImportsNode extends PrintAstNode, TImportsNode {
override string toString() { result = "(Imports)" }
override ElementNode getChild(int childIndex) {
childIndex >= 0 and
result.getElement() =
rank[childIndex](Import im, string file, int line, int column |
im.getCompilationUnit() = cu and locationSortKeys(im, file, line, column)