remove temporary

This commit is contained in:
ceriel 1987-02-22 15:56:31 +00:00
parent 0c7c379d46
commit 8a407d5ee9

View file

@ -32,6 +32,7 @@ fatal(str)
char *str;
{
Xerror("FATAL",str);
unlink(tmpfname);
exit(-1);
}
notyetimpl()