More fixups for thrperl integration.
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index e416160..2f8d8fa 100644 (file)
--- 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) );