From 541e9ff7eeaa5c6bb78c57c339a5f0094e73f475 Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 17 Jul 2006 20:25:58 +0000 Subject: 2006-07-17 David Smith * context.stp: Removed returnval() function. Use $return instead. * return.stp: Removed. Use $return instead. --- tapset/context.stp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tapset/context.stp') 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; %} -- cgit