C++: Remove unnecessary 'exists'.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-10-14 11:59:59 +01:00
parent a2371370ff
commit 69ed7c543f

View File

@@ -1650,7 +1650,6 @@ class RoutineType extends Type, @routinetype {
i = 0 and result = "" and not exists(this.getAParameterType())
or
(
exists(this.getParameterType(i)) and
if i < max(int j | exists(this.getParameterType(j)))
then
// Not the last one