X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=e3199c048e4355c6028d89a1134ef1c7c5c27517;hp=6a756d9855f24302836557e3acc570bad53ab6a1;hb=3916ab66ad5d183705ac12357621ea8661afd3c0;hpb=a7771fd2e83d64228fb675749fc936151249dbd3 diff --git a/uip/inc.c b/uip/inc.c index 6a756d9..e3199c0 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -121,8 +121,6 @@ static FILE *in; /* ** prototypes */ -char *map_name(char *); - static void inc_done(int) NORETURN; @@ -497,7 +495,6 @@ main(int argc, char **argv) close(newfd); else admonish(newmail, "error zero'ing"); - unlink(map_name(newmail)); } } else if (noisy) { printf("%s not zero'd\n", newmail);