From 3a66efb0cbcb00fa6876130b79115611618d9043 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Sat, 27 Jan 2001 02:44:07 +0000 Subject: [PATCH] remove the completely unused timer->mctx field. --- lib/isc/timer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/timer.c b/lib/isc/timer.c index d3f87c81ad..7b53686eb0 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -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 @@ -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;