Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).

This commit is contained in:
dtrg 2005-06-24 22:12:02 +00:00
parent f2046954e6
commit dd400ca720

View file

@ -626,7 +626,6 @@ error(s,a)
{
fprintf(stderr,s,a);
fprintf(stderr,"\n");
_cleanup();
abort();
exit(-1);
}