[4.1] f57d8ea We had two vtc_dur variables. Should be harmless.

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 11 17:14:32 CET 2016


commit f57d8ea884027ee180e9a2116bb81780cc8fead7
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