mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Java: Remove superfluous conjunct
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user