From 3ceb7eb479d796a2b9dd89277b7412ed76d8be46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa=20II?= Date: Tue, 23 Mar 2010 16:15:41 +0000 Subject: [PATCH] fix unneed call. --- C/grow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/C/grow.c b/C/grow.c index 39ecabf8f..53e735866 100644 --- a/C/grow.c +++ b/C/grow.c @@ -1854,7 +1854,6 @@ Yap_CopyThreadStacks(int worker_q, int worker_p, int incremental) #ifdef CUT_C Yap_REGS.CUT_C_TOP = FOREIGN_ThreadHandle(worker_p).current_yaam_regs->CUT_C_TOP; #endif - DelayedVars = FOREIGN_ThreadHandle(worker_p).current_yaam_regs->DelayedVars_; DynamicArrays = NULL; StaticArrays = NULL; GlobalVariables = NULL;