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:
parent
1def31df76
commit
ca2edebb92
@ -349,8 +349,6 @@ pmcstat_print_pmcs(void)
|
||||
(void) fprintf(args.pa_printfile, "\n");
|
||||
|
||||
pmcstat_print_counters();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user