2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

remove the completely unused timer->mctx field.

This commit is contained in:
Brian Wellington
2001-01-27 02:44:07 +00:00
parent 94baac869a
commit 3a66efb0cb

View 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;