[master] cee7823 We had two vtc_dur variables. Should be harmless.

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 2 01:23:24 CET 2016


commit cee782317680e7a1df2be6b9089a7da629d73e7c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 1 23:46:28 2016 +0000

    We had two vtc_dur variables.  Should be harmless.

diff --git a/bin/varnishtest/vtc.c b/bin/varnishtest/vtc.c
index 33b56e1..97ade30 100644
--- a/bin/varnishtest/vtc.c
+++ b/bin/varnishtest/vtc.c
@@ -56,7 +56,6 @@ volatile sig_atomic_t	vtc_error;	/* Error encountered */
 int			vtc_stop;	/* Stops current test without error */
 pthread_t		vtc_thread;
 static struct vtclog	*vltop;
-unsigned		vtc_maxdur;	/* Max duration of any test */
 
 /**********************************************************************
  * Macro facility



More information about the varnish-commit mailing list