[master] 341d470 Remove the "feature pcre_jit" we don't use it anymore.

Poul-Henning Kamp phk at FreeBSD.org
Fri May 22 19:43:54 CEST 2015


commit 341d470b42eda1665359611baa2a0a3e37833439
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 22 17:43:26 2015 +0000

    Remove the "feature pcre_jit" we don't use it anymore.

diff --git a/bin/varnishtest/vtc.c b/bin/varnishtest/vtc.c
index 9053e73..cbda7bf 100644
--- a/bin/varnishtest/vtc.c
+++ b/bin/varnishtest/vtc.c
@@ -47,7 +47,6 @@
 
 #include "vav.h"
 #include "vnum.h"
-#include "vre.h"
 #include "vtim.h"
 
 #define		MAX_TOKENS		200
@@ -599,9 +598,6 @@ cmd_feature(CMD_ARGS)
 		    getgrnam("varnish") != NULL)
 			continue;
 
-		if (!strcmp(av[i], "pcre_jit") && vre__jit)
-			continue;
-
 		vtc_log(vl, 1, "SKIPPING test, missing feature: %s", av[i]);
 		vtc_stop = 1;
 		return;



More information about the varnish-commit mailing list