[Jifty-commit] r5373 - Runops-Hook/trunk

Jifty commits jifty-commit at lists.jifty.org
Wed May 7 04:46:14 EDT 2008


Author: nothingmuch
Date: Wed May  7 04:46:14 2008
New Revision: 5373

Modified:
   Runops-Hook/trunk/Hook.xs

Log:
unnecessary init

Modified: Runops-Hook/trunk/Hook.xs
==============================================================================
--- Runops-Hook/trunk/Hook.xs	(original)
+++ Runops-Hook/trunk/Hook.xs	Wed May  7 04:46:14 2008
@@ -7,7 +7,7 @@
 
 static HV *Runops_Hook_op_counters;
 
-static bool Runops_Hook_enabled = 0;
+static bool Runops_Hook_enabled;
 static UV Runops_Hook_threshold = 0;
 
 static SV *Runops_Hook_perl_hook;


More information about the Jifty-commit mailing list