Skip to content

Commit 9758e02

Browse files
committed
C++: Remove redundant test
1 parent ceceee1 commit 9758e02

File tree

1 file changed

+0
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/exprs

1 file changed

+0
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/Call.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ class FunctionCall extends Call, @funbindexpr {
302302
}
303303

304304
override predicate mayBeFromImplicitlyDeclaredFunction() {
305-
this.getType() instanceof IntType and
306305
this.getTarget().getADeclarationEntry().isImplicit()
307306
}
308307
}

0 commit comments

Comments
 (0)