Remove redundand redefinion, fixing build.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2020-12-19 01:46:47 +00:00
parent ddf42202c9
commit 1557543669
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368775

View file

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