diff --git a/src/misc.c b/src/misc.c index d80eaef..fe5527d 100644 --- a/src/misc.c +++ b/src/misc.c @@ -381,8 +381,6 @@ set_option_regextype (regextype_t regextype) APPNAME); exit (2); } - } #endif /* HAVE_LIBPCRE */ - config.regextype = regextype; }