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

Konstantin Belousov <[email protected]> Sat, 19 Dec 2020 01:46:47 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012190146.0BJ1klAZ004832__44670.6163625763$1608342413$gmane$org@repo.freebsd.org>
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]"