mirror of
https://github.com/github/codeql.git
synced 2026-02-07 18:51:06 +01:00
Fix compile error.
This commit is contained in:
@@ -54,7 +54,7 @@ private predicate resolveField(FieldAccess va, VarDecl decl, string kind) {
|
||||
}
|
||||
|
||||
private predicate resolveCall(Call c, Predicate p, string kind) {
|
||||
p = c.getTarget().getDeclaration() and
|
||||
p = c.getTarget() and
|
||||
kind = "call"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user