diff options
author | dsmith <dsmith> | 2006-07-17 20:25:58 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-07-17 20:25:58 +0000 |
commit | 541e9ff7eeaa5c6bb78c57c339a5f0094e73f475 (patch) | |
tree | 811fa4def138375f91bd4c5a6c9ca93d87bfc6ac /tapset/context.stp | |
parent | 22f82362296ee15f05b4331a5ba77b42bba55bc6 (diff) | |
download | systemtap-steved-541e9ff7eeaa5c6bb78c57c339a5f0094e73f475.tar.gz systemtap-steved-541e9ff7eeaa5c6bb78c57c339a5f0094e73f475.tar.xz systemtap-steved-541e9ff7eeaa5c6bb78c57c339a5f0094e73f475.zip |
2006-07-17 David Smith <dsmith@redhat.com>
* context.stp: Removed returnval() function. Use $return
instead.
* return.stp: Removed. Use $return instead.
Diffstat (limited to 'tapset/context.stp')
-rw-r--r-- | tapset/context.stp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tapset/context.stp b/tapset/context.stp index 0565d1b7..2e5e9e74 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -127,8 +127,6 @@ function target:long () %{ /* pure */ THIS->__retvalue = _stp_target; %} -function returnval () { return retval () } # deprecated - function stp_pid:long () %{ /* pure */ THIS->__retvalue = _stp_pid; %} |