From 23177efad3aeec6322cc5375a53ddc3688cc2558 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 24 Sep 2005 12:18:38 +0000 Subject: removing unnecessary test --- tapset/return.stp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tapset/return.stp b/tapset/return.stp index c6d0f48c..8f13e08a 100644 --- a/tapset/return.stp +++ b/tapset/return.stp @@ -1,6 +1,5 @@ function retval:long() %{ - - if (CONTEXT && CONTEXT->regs) { + if (CONTEXT->regs) { #if defined (__i386__) THIS->__retvalue = CONTEXT->regs->eax; #elif defined (__x86_64__) -- cgit