Commit 341d470b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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

parent 581f438b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment