From 15575436693e953816a18acd4d9c0bf35d8ca39c Mon Sep 17 00:00:00 2001 From: Konstantin Belousov 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