git: 5e179af595cb - MFC r368775: Remove redundand redefinion, fixing build.
Konstantin Belousov
kib at FreeBSD.org
Fri Dec 25 15:52:06 UTC 2020
The branch stable/12 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=5e179af595cb206a4ded85b6290d8952f426f8a6
commit 5e179af595cb206a4ded85b6290d8952f426f8a6
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2020-12-19 01:46:47 +0000
Commit: Konstantin Belousov <kib at 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)
{
More information about the dev-commits-src-all
mailing list