mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -349,8 +349,6 @@ pmcstat_print_pmcs(void)
|
|||
(void) fprintf(args.pa_printfile, "\n");
|
||||
|
||||
pmcstat_print_counters();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue