diff options
author | Dave Brolley <brolley@redhat.com> | 2009-05-28 12:01:15 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-05-28 12:01:15 -0400 |
commit | 2d36bab8c335ad65a4db09c556ba4e6ad1699339 (patch) | |
tree | 990b78fe819c70072d4795028837773505879f3d /tapset/ucontext-unwind.stp | |
parent | 99587ed126351da39b002a1363703b2f7749a49c (diff) | |
parent | 9b59029875a7e4d362834fe2d6017b74a044b2e6 (diff) | |
download | systemtap-steved-2d36bab8c335ad65a4db09c556ba4e6ad1699339.tar.gz systemtap-steved-2d36bab8c335ad65a4db09c556ba4e6ad1699339.tar.xz systemtap-steved-2d36bab8c335ad65a4db09c556ba4e6ad1699339.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset/ucontext-unwind.stp')
-rw-r--r-- | tapset/ucontext-unwind.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/ucontext-unwind.stp b/tapset/ucontext-unwind.stp index 0801f1c9..df275d4b 100644 --- a/tapset/ucontext-unwind.stp +++ b/tapset/ucontext-unwind.stp @@ -41,7 +41,6 @@ function print_ubacktrace () %{ * string length. Returns empty string when current probe point cannot * determine user backtrace. */ - function ubacktrace:string () %{ /* pure */ if (CONTEXT->regs) _stp_stack_snprint (THIS->__retvalue, MAXSTRINGLEN, |