Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 01:46:47 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368775 - head/usr.sbin/pmc
Message-ID:  <202012190146.0BJ1klAZ004832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012190146.0BJ1klAZ004832>