svn commit: r254467 - head/sys/compat/linux

Mark Johnston markj at FreeBSD.org
Sat Aug 17 21:53:38 UTC 2013


Author: markj
Date: Sat Aug 17 21:53:37 2013
New Revision: 254467
URL: http://svnweb.freebsd.org/changeset/base/254467

Log:
  Remove a couple of unused macros.
  
  MFC after:	3 days

Modified:
  head/sys/compat/linux/linux_dtrace.h

Modified: head/sys/compat/linux/linux_dtrace.h
==============================================================================
--- head/sys/compat/linux/linux_dtrace.h	Sat Aug 17 19:49:08 2013	(r254466)
+++ head/sys/compat/linux/linux_dtrace.h	Sat Aug 17 21:53:37 2013	(r254467)
@@ -72,11 +72,6 @@
 #define	LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h)	_LIN_SDT_PROBE_DEFINE5(\
     LINUX_DTRACE, a, b, c, d, e, f, g, h)
 
-#define	_LIN_SDT_PROBE_ARGTYPE(a, b, c, d, e, f)	SDT_PROBE_ARGTYPE(a, b,\
-    c, d, e, f)
-#define LIN_SDT_PROBE_ARGTYPE(a, b, c, d, e)	_LIN_SDT_PROBE_ARGTYPE( \
-    LINUX_DTRACE, a, b, c, d, e)
-
 #define	LIN_SDT_PROBE0(a, b, c)			SDT_PROBE1(LINUX_DTRACE, a, b, \
     c, 0)
 #define	LIN_SDT_PROBE1(a, b, c, d)		SDT_PROBE1(LINUX_DTRACE, a, b, \


More information about the svn-src-head mailing list