From ca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 2 Mar 2023 07:59:07 -0700 Subject: [PATCH] pmcstat: Remove useless return at the end of void function Signed-off-by: Elyes Haouas Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/656 --- usr.sbin/pmcstat/pmcstat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index f366e2175a25..81fa4c75d58e 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -349,8 +349,6 @@ pmcstat_print_pmcs(void) (void) fprintf(args.pa_printfile, "\n"); pmcstat_print_counters(); - - return; } void