Skip to content

Commit

Permalink
C++: Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
calumgrant committed Oct 16, 2024
1 parent ceceee1 commit 9758e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/ql/lib/semmle/code/cpp/exprs/Call.qll
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ class FunctionCall extends Call, @funbindexpr {
}

override predicate mayBeFromImplicitlyDeclaredFunction() {
this.getType() instanceof IntType and
this.getTarget().getADeclarationEntry().isImplicit()
}
}
Expand Down

0 comments on commit 9758e02

Please sign in to comment.