removed the result3 variable; it was not used anymore

This commit is contained in:
ceriel 1988-07-07 09:59:32 +00:00
parent b365c53262
commit b4265c5407

View file

@ -19,7 +19,7 @@ File *datfile;
initialize() initialize()
{ {
register char *cindex, *cptr; register char *cindex, *cptr;
int result1, result2, result3; int result1, result2;
(void) sprint(tmpfname,"%s/abc%d",TMP_DIR,getpid()); (void) sprint(tmpfname,"%s/abc%d",TMP_DIR,getpid());
/* Find the basename */ /* Find the basename */