fix unneed call.
This commit is contained in:
1
C/grow.c
1
C/grow.c
@@ -1854,7 +1854,6 @@ Yap_CopyThreadStacks(int worker_q, int worker_p, int incremental)
|
|||||||
#ifdef CUT_C
|
#ifdef CUT_C
|
||||||
Yap_REGS.CUT_C_TOP = FOREIGN_ThreadHandle(worker_p).current_yaam_regs->CUT_C_TOP;
|
Yap_REGS.CUT_C_TOP = FOREIGN_ThreadHandle(worker_p).current_yaam_regs->CUT_C_TOP;
|
||||||
#endif
|
#endif
|
||||||
DelayedVars = FOREIGN_ThreadHandle(worker_p).current_yaam_regs->DelayedVars_;
|
|
||||||
DynamicArrays = NULL;
|
DynamicArrays = NULL;
|
||||||
StaticArrays = NULL;
|
StaticArrays = NULL;
|
||||||
GlobalVariables = NULL;
|
GlobalVariables = NULL;
|
||||||
|
Reference in New Issue
Block a user