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)
 {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to