Removed # in commands, removed call to _cleanup()

This commit is contained in:
ceriel
1992-06-26 12:42:31 +00:00
parent 06e487359b
commit 50e8baa624
2 changed files with 1 additions and 3 deletions

View File

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