4f14cb7
diff -up dhcp-4.0.0//common/dispatch.c.timeout dhcp-4.0.0//common/dispatch.c
4f14cb7
--- dhcp-4.0.0//common/dispatch.c.timeout	2007-09-05 07:32:10.000000000 -1000
4f14cb7
+++ dhcp-4.0.0//common/dispatch.c	2008-08-01 10:11:35.000000000 -1000
4f14cb7
@@ -190,7 +190,6 @@ void cancel_timeout (where, what)
8273327
 	}
8273327
 }
8273327
 
8273327
-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
8273327
 void cancel_all_timeouts ()
8273327
 {
8273327
 	struct timeout *t, *n;
4f14cb7
@@ -211,4 +210,3 @@ void relinquish_timeouts ()
8273327
 		dfree (t, MDL);
8273327
 	}
8273327
 }
8273327
-#endif