From: Konstantinos Margaritis Date: Thu, 18 Jan 2024 20:08:19 +0000 (+0200) Subject: remove unused constants X-Git-Tag: vectorscan/5.4.12^2~75^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1258680ac9feeec1fb37a5f99b62b38641e1f1b;p=thirdparty%2Fvectorscan.git remove unused constants --- diff --git a/src/nfa/nfa_build_util.cpp b/src/nfa/nfa_build_util.cpp index ed0e2f01..522ab231 100644 --- a/src/nfa/nfa_build_util.cpp +++ b/src/nfa/nfa_build_util.cpp @@ -347,7 +347,6 @@ template<> struct NFATraits { UNUSED static const char *name; static const NFACategory category = NFA_OTHER; static const u32 stateAlign = 8; - static const bool fast = true; static const nfa_dispatch_fn has_accel; static const nfa_dispatch_fn has_repeats; static const nfa_dispatch_fn has_repeats_other_than_firsts; @@ -363,7 +362,6 @@ template<> struct NFATraits { UNUSED static const char *name; static const NFACategory category = NFA_OTHER; static const u32 stateAlign = 8; - static const bool fast = true; static const nfa_dispatch_fn has_accel; static const nfa_dispatch_fn has_repeats; static const nfa_dispatch_fn has_repeats_other_than_firsts;