]> sourceware.org Git - systemtap.git/commitdiff
Remove debugging line.
authorStan Cox <scox@redhat.com>
Tue, 24 Mar 2009 20:11:55 +0000 (16:11 -0400)
committerStan Cox <scox@redhat.com>
Tue, 24 Mar 2009 20:11:55 +0000 (16:11 -0400)
* dtrace:  Remove debugging line.

dtrace

diff --git a/dtrace b/dtrace
index 7966e1f2b4a437dbff85e7ada3cd1bc5f853b858..fd7b4b9906f91149dcb09a445b0e0cd5f62bbcc9 100755 (executable)
--- a/dtrace
+++ b/dtrace
@@ -80,7 +80,6 @@ class provider:
                 elif (c == 8):
                     self.h.write ('#define %s(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9) STAP_PROBE%d(provider,%s,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9)\n' % (this_probe_canon, c+1, this_probe))
                 elif (c == 9):
-                    self.h.write('// X %d %s\n' % (c+1,this_probe_canon))
                     self.h.write ('#define %s(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) STAP_PROBE%d(provider,%s,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10)\n' % (this_probe_canon, c+1, this_probe))
                 self.h.write ('#define %s_ENABLED() 1\n' % this_probe_canon)
 
This page took 0.026589 seconds and 5 git commands to generate.