get rid of debugging code.

This commit is contained in:
Costa Vitor 2009-07-22 17:02:56 -05:00
parent 0e2d3e3a91
commit 4882cefa12
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
LOCK(Yap_heap_regs->low_level_trace_lock);
sc = Yap_heap_regs;
vsc_count++;
if (vsc_count < 3630000LL)
return;
#ifdef THREADS
Yap_heap_regs->thread_handle[worker_id].thread_inst_count++;
#endif