diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-12-19 01:46:47 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-12-19 01:46:47 +0000 |
| commit | 15575436693e953816a18acd4d9c0bf35d8ca39c (patch) | |
| tree | 59883e1fd6f72f1e364e6ad53cde46db90570b2a /usr.sbin | |
| parent | ddf42202c93a7aa610859a0bc1502697a4d4c408 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 69ddb523d50a2..16edc5c7c30e9 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) { |
