C++: Remove redundant test

This commit is contained in:
Calum Grant
2024-10-16 13:47:06 +01:00
parent ceceee1947
commit 9758e023f9

View File

@@ -302,7 +302,6 @@ class FunctionCall extends Call, @funbindexpr {
}
override predicate mayBeFromImplicitlyDeclaredFunction() {
this.getType() instanceof IntType and
this.getTarget().getADeclarationEntry().isImplicit()
}
}