remove debugging info from tracer.c

This commit is contained in:
Vítor Santos Costa 2010-05-25 16:14:44 +01:00
parent e67528cc1d
commit 457d5c11cb
1 changed files with 0 additions and 3 deletions

View File

@ -172,9 +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 == 7188) jmp_deb(1);
if (vsc_count < 7000)
return;
#ifdef THREADS
MY_ThreadHandle.thread_inst_count++;
#endif