From: Mark Andrews Date: Sun, 28 Aug 2011 08:10:13 +0000 (+0000) Subject: t3 is not used X-Git-Tag: v9.9.0a2~1^2~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cbad6c4c0980cfc28e657df24400c49ab0e2651;p=thirdparty%2Fbind9.git t3 is not used --- diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index 4b53cd09487..d2f86c4b383 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -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 @@ -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.