aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-02 14:59:07 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-02 15:01:39 +0000
commitca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0 (patch)
tree5a3dee6f0d98109825fbddb5cb567647fcb84d6a
parent1def31df760df6bfcc806c793a1c0799d4d43245 (diff)
downloadsrc-ca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0.tar.gz
src-ca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0.zip
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
-rw-r--r--usr.sbin/pmcstat/pmcstat.c2
1 files changed, 0 insertions, 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