mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
C++: Remove redundant test
This commit is contained in:
@@ -302,7 +302,6 @@ class FunctionCall extends Call, @funbindexpr {
|
||||
}
|
||||
|
||||
override predicate mayBeFromImplicitlyDeclaredFunction() {
|
||||
this.getType() instanceof IntType and
|
||||
this.getTarget().getADeclarationEntry().isImplicit()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user