mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
a5aa07dd85
commit
1def31df76
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue