summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-12-19 01:46:47 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-12-19 01:46:47 +0000
commit15575436693e953816a18acd4d9c0bf35d8ca39c (patch)
tree59883e1fd6f72f1e364e6ad53cde46db90570b2a
parentddf42202c93a7aa610859a0bc1502697a4d4c408 (diff)
downloadsrc-test2-15575436693e953816a18acd4d9c0bf35d8ca39c.tar.gz
src-test2-15575436693e953816a18acd4d9c0bf35d8ca39c.zip
Remove redundand redefinion, fixing build.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=368775
-rw-r--r--usr.sbin/pmc/cmd_pmc_summary.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pmc/cmd_pmc_summary.cc b/usr.sbin/pmc/cmd_pmc_summary.cc
index 69ddb523d50a..16edc5c7c30e 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)
{