pmcstat: 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 1def31df76
commit ca2edebb92

View File

@ -349,8 +349,6 @@ pmcstat_print_pmcs(void)
(void) fprintf(args.pa_printfile, "\n");
pmcstat_print_counters();
return;
}
void