]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove unused constants
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 18 Jan 2024 20:08:19 +0000 (22:08 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 18 Jan 2024 20:08:19 +0000 (22:08 +0200)
src/nfa/nfa_build_util.cpp

index ed0e2f013e0fba19aeef957cd8522b1819942030..522ab2318ef6990e7c087be75399234b35443d26 100644 (file)
@@ -347,7 +347,6 @@ template<> struct NFATraits<LBR_NFA_VERM16> {
     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<LBR_NFA_NVERM16> {
     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;