diff options
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; %} |