]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove the completely unused timer->mctx field.
authorBrian Wellington <source@isc.org>
Sat, 27 Jan 2001 02:44:07 +0000 (02:44 +0000)
committerBrian Wellington <source@isc.org>
Sat, 27 Jan 2001 02:44:07 +0000 (02:44 +0000)
lib/isc/timer.c

index d3f87c81adf841aff33a1c67031b203ebcc9d1ed..7b53686eb0dd964f9d00b0e38caf614667163691 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: timer.c,v 1.62 2001/01/09 21:56:36 bwelling Exp $ */
+/* $Id: timer.c,v 1.63 2001/01/27 02:44:07 bwelling Exp $ */
 
 #include <config.h>
 
@@ -55,7 +55,6 @@ struct isc_timer {
        /* Not locked. */
        unsigned int                    magic;
        isc_timermgr_t *                manager;
-       isc_mem_t *                     mctx;
        isc_mutex_t                     lock;
        /* Locked by timer lock. */
        unsigned int                    references;