]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove unused constant
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Wed, 17 Jan 2024 15:13:51 +0000 (17:13 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Wed, 17 Jan 2024 15:13:51 +0000 (17:13 +0200)
src/rose/rose_build_matchers.cpp

index 96cdfbe5cec64ea016dcd7b7abfd6333cf59e9ca..aa7a794d57f632785edf77c959d4e9ebed38b738 100644 (file)
@@ -62,8 +62,6 @@ using boost::adaptors::map_values;
 
 namespace ue2 {
 
-static const size_t MAX_ACCEL_STRING_LEN = 16;
-
 #if defined(DEBUG) || defined(DUMP_SUPPORT)
 static UNUSED
 string dumpMask(const vector<u8> &v) {