Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2023 15:12:45 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ca2edebb92f6 - main - pmcstat: Remove useless return at the end of void function
Message-ID:  <202303021512.322FCjck038008@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=ca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0

commit ca2edebb92f6ba3e8a957e4747aabb7b1a3ffbe0
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-03-02 14:59:07 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-03-02 15:01:39 +0000

    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
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303021512.322FCjck038008>