Skip to content

Commit 69ed7c5

Browse files
committed
C++: Remove unnecessary 'exists'.
1 parent a237137 commit 69ed7c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/lib/semmle/code/cpp/Type.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,6 @@ class RoutineType extends Type, @routinetype {
16501650
i = 0 and result = "" and not exists(this.getAParameterType())
16511651
or
16521652
(
1653-
exists(this.getParameterType(i)) and
16541653
if i < max(int j | exists(this.getParameterType(j)))
16551654
then
16561655
// Not the last one

0 commit comments

Comments
 (0)