8273327
--- dhcp-3.0.5/common/dispatch.c.ecat	2006-02-22 17:43:27.000000000 -0500
8273327
+++ dhcp-3.0.5/common/dispatch.c	2007-03-30 15:54:15.000000000 -0400
8273327
@@ -195,7 +195,6 @@
8273327
 	}
8273327
 }
8273327
 
8273327
-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
8273327
 void cancel_all_timeouts ()
8273327
 {
8273327
 	struct timeout *t, *n;
8273327
@@ -216,4 +215,3 @@
8273327
 		dfree (t, MDL);
8273327
 	}
8273327
 }
8273327
-#endif