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 e2cf5fbce2
commit ee83cfcf9b

View File

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