Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 15:52:06 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5e179af595cb - MFC r368775: Remove redundand redefinion, fixing build.
Message-ID:  <202012251552.0BPFq66N029639@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kib:

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

commit 5e179af595cb206a4ded85b6290d8952f426f8a6
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2020-12-19 01:46:47 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2020-12-25 15:51:29 +0000

    MFC r368775:
    Remove redundand redefinion, fixing build.
    
    (cherry picked from commit 15575436693e953816a18acd4d9c0bf35d8ca39c)
---
 usr.sbin/pmc/cmd_pmc_summary.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/usr.sbin/pmc/cmd_pmc_summary.cc b/usr.sbin/pmc/cmd_pmc_summary.cc
index 8eb53eccf0cf..d2ffa74552b6 100644
--- a/usr.sbin/pmc/cmd_pmc_summary.cc
+++ b/usr.sbin/pmc/cmd_pmc_summary.cc
@@ -81,8 +81,6 @@ typedef std::pair<uint64_t, uint32_t> sampleid;
 typedef std::pair<uint64_t, std::string> samplename;
 typedef unordered_map <uint32_t, std::vector<samplename>> eventcountmap;
 
-#define	P_KPROC		0x00004	/* Kernel process. */
-
 static void __dead2
 usage(void)
 {



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