]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
t3 is not used
authorMark Andrews <marka@isc.org>
Sun, 28 Aug 2011 08:10:13 +0000 (08:10 +0000)
committerMark Andrews <marka@isc.org>
Sun, 28 Aug 2011 08:10:13 +0000 (08:10 +0000)
bin/tests/shutdown_test.c

index 4b53cd094873dc0521db4383e78e6c6ca54f10fa..d2f86c4b3830d4c6d6f1dad5eb24df0ce2d34c9d 100644 (file)
@@ -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.