[Jifty-commit] r5439 - Runops-Trace/trunk

Jifty commits jifty-commit at lists.jifty.org
Sat May 10 11:35:30 EDT 2008


Author: nothingmuch
Date: Sat May 10 11:35:29 2008
New Revision: 5439

Modified:
   Runops-Trace/trunk/Trace.xs

Log:
cargo cult baaad

Modified: Runops-Trace/trunk/Trace.xs
==============================================================================
--- Runops-Trace/trunk/Trace.xs	(original)
+++ Runops-Trace/trunk/Trace.xs	Sat May 10 11:35:29 2008
@@ -38,8 +38,6 @@
 /* this is the modified runloop */
 int runops_trace(pTHX)
 {
-  dVAR;
-
   while (PL_op) {
     if ( Runops_Trace_enabled &&
         /* if we have a mask set, only trace unmasked ops */


More information about the Jifty-commit mailing list