From 0f912c5a5d9155a0f8557c2933b8a7c7bd80ec5e Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 12 Jul 2014 00:57:00 +0000 Subject: [PATCH] Remove _DTRACE_VERSION from sdt.h. It will now come from the command line (bsd.dep.mk). MFC after: 3 weeks --- sys/sys/sdt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/sdt.h b/sys/sys/sdt.h index ca820f68bce1..eda1a12b1e97 100644 --- a/sys/sys/sdt.h +++ b/sys/sys/sdt.h @@ -33,8 +33,6 @@ #ifndef _KERNEL -#define _DTRACE_VERSION 1 - #define DTRACE_PROBE(prov, name) { \ extern void __dtrace_##prov##___##name(void); \ __dtrace_##prov##___##name(); \