From 03496eb9d897ab9063f132bbab1759b774b2f73a Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 19 Dec 2020 01:46:47 +0000 Subject: [PATCH] Remove redundand redefinion, fixing build. Sponsored by: The FreeBSD Foundation MFC after: 1 week --- 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 69ddb523d50..16edc5c7c30 100644 --- a/usr.sbin/pmc/cmd_pmc_summary.cc +++ b/usr.sbin/pmc/cmd_pmc_summary.cc @@ -81,8 +81,6 @@ typedef std::pair sampleid; typedef std::pair samplename; typedef unordered_map > eventcountmap; -#define P_KPROC 0x00004 /* Kernel process. */ - static void __dead2 usage(void) { -- 2.42.0