svn commit: r255743 - stable/9/sys/compat/linux

Mark Johnston markj at FreeBSD.org
Fri Sep 20 22:00:08 UTC 2013


Author: markj
Date: Fri Sep 20 22:00:07 2013
New Revision: 255743
URL: http://svnweb.freebsd.org/changeset/base/255743

Log:
  MFC r254467:
  Remove a couple of unused macros.

Modified:
  stable/9/sys/compat/linux/linux_dtrace.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/compat/linux/linux_dtrace.h
==============================================================================
--- stable/9/sys/compat/linux/linux_dtrace.h	Fri Sep 20 21:53:08 2013	(r255742)
+++ stable/9/sys/compat/linux/linux_dtrace.h	Fri Sep 20 22:00:07 2013	(r255743)
@@ -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-stable-9 mailing list