diff options
| -rw-r--r-- | usr.sbin/pmc/cmd_pmc_summary.cc | 2 |
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) { |
