mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
t3 is not used
This commit is contained in:
parent
161c652e00
commit
9cbad6c4c0
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: shutdown_test.c,v 1.23 2007/06/19 23:46:59 tbox Exp $ */
|
||||
/* $Id: shutdown_test.c,v 1.24 2011/08/28 08:10:13 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ new_task(isc_mem_t *mctx, const char *name) {
|
|||
int
|
||||
main(int argc, char *argv[]) {
|
||||
unsigned int workers;
|
||||
t_info *t1, *t2, *t3;
|
||||
t_info *t1, *t2;
|
||||
isc_task_t *task;
|
||||
isc_mem_t *mctx, *mctx2;
|
||||
|
||||
|
|
@ -197,7 +197,7 @@ main(int argc, char *argv[]) {
|
|||
/*
|
||||
* Test run-triggered shutdown.
|
||||
*/
|
||||
t3 = new_task(mctx2, "foo");
|
||||
(void)new_task(mctx2, "foo");
|
||||
|
||||
/*
|
||||
* Test implicit shutdown.
|
||||
|
|
|
|||
Loading…
Reference in a new issue