I just noticed that the FSE 1996 conference paper which defines ISAAC mentions a counter variable cc.
This variable is said to be the reason why ISAAC has a guaranteed minimum cycle length of $2^{40}$.
However, no-one seems to have noticed (until I did just now) that the algorithm does not use the cc variable for anything other than incrementing it. But the incremented values are not used anywhere.
Removing the variable does not seem to affect the algorithm's output either. At least not in my implementation.
Did I miss something, or is this variable really as completely useless as it seems to be?
And if it is, does this mean there is no guarantee that there are no short cycles?