Skip to content

Commit 3258134

Browse files
Java: Remove superfluous conjunct
1 parent 2da6234 commit 3258134

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/semmle/code/java/PrintAst.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ final class ImportsNode extends PrintAstNode, TImportsNode {
636636
override string toString() { result = "(Imports)" }
637637

638638
override ElementNode getChild(int childIndex) {
639-
childIndex >= 0 and
640639
result.getElement() =
641640
rank[childIndex](Import im, string file, int line, int column |
642641
im.getCompilationUnit() = cu and locationSortKeys(im, file, line, column)

0 commit comments

Comments
 (0)