Removing code that by visual inspection can't happen.

(And wasn't supposed to, it was just a paranoid check.)
This commit is contained in:
David Lindes 2013-03-11 11:40:26 +01:00
parent 4750954345
commit f03201fd7d
1 changed files with 0 additions and 10 deletions

View File

@ -254,16 +254,6 @@ int main(argc, argv, envp)
theclock++;
theclock %= clocks;
if(theclock >= clocks)
{
/* Hopefully, I'll get this to the point
where it well never happen... As I first
write it, I'm fairly certain it will, but
that should be fixable... */
fprintf(stderr, "Internal error: too many clocks!");
exit(1);
}
/* as a temporary cleanup functionality after
* changing from clear_screen on every iteration to
* home_screen on all but the first, but since it's