lpr: Remove useless return at the end of void function

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
Elyes Haouas 2023-03-02 07:59:07 -07:00 committed by Warner Losh
parent a5aa07dd85
commit 1def31df76
2 changed files with 0 additions and 6 deletions

View file

@ -554,8 +554,6 @@ trstat_init(struct printer *pp, const char *fname, int filenum)
* save those away along with the file-number */
pp->jobdfnum = filenum;
lpd_gettime(&pp->tr_start, pp->tr_timestr, (size_t)TIMESTR_SIZE);
return;
}
void

View file

@ -644,8 +644,6 @@ clean_gi(int argc, char *argv[])
generic_initerr = 1;
}
}
return;
}
void
@ -656,8 +654,6 @@ tclean_gi(int argc, char *argv[])
/* (...and the fact that 'clean' is priv and 'tclean' is not) */
clean_gi(argc, argv);
cln_testonly = 1;
return;
}
void