mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01: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