Author: kib
Date: Sat Dec 19 01:46:47 2020
New Revision: 368775
URL: https://svnweb.freebsd.org/changeset/base/368775
Log:
Remove redundand redefinion, fixing build.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Modified:
head/usr.sbin/pmc/cmd_pmc_summary.cc
Modified: head/usr.sbin/pmc/cmd_pmc_summary.cc
==============================================================================
--- head/usr.sbin/pmc/cmd_pmc_summary.cc Fri Dec 18 23:31:36 2020
(r368774)
+++ head/usr.sbin/pmc/cmd_pmc_summary.cc Sat Dec 19 01:46:47 2020
(r368775)
@@ -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)
{
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"