fix extra return

This commit is contained in:
Vitor Santos Costa 2014-02-03 23:28:50 +00:00
parent 91989ad13a
commit ce6bc98f30

View File

@ -141,7 +141,6 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
Int arity;
/* extern int gc_calls; */
vsc_count++;
return;
// if (!worker_id) return;
LOCK(Yap_heap_regs->low_level_trace_lock);