svn commit: r368775 - head/usr.sbin/pmc

Konstantin Belousov kib at FreeBSD.org
Sat Dec 19 01:46:48 UTC 2020


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)
 {


More information about the svn-src-all mailing list