From e858de61083066071eb1526df39bdaa094032c61 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Thu, 5 Jun 1997 14:20:51 +0000 Subject: More fixups for thrperl integration. p4raw-id: //depot/perl@27 --- run.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'run.c') diff --git a/run.c b/run.c index e41616019c..2f8d8fa971 100644 --- a/run.c +++ b/run.c @@ -56,9 +56,6 @@ runops() { DEBUG_s(debstack()); DEBUG_t(debop(op)); DEBUG_P(debprof(op)); -#ifdef USE_THREADS - DEBUG_L(YIELD()); /* shake up scheduling a bit */ -#endif /* USE_THREADS */ } } while ( op = (*op->op_ppaddr)(ARGS) ); -- cgit v1.2.1