From: Konstantinos Margaritis Date: Wed, 17 Jan 2024 15:13:51 +0000 (+0200) Subject: remove unused constant X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f399dfa5866d5b63e1d513e6ecd0717aeba68464;p=thirdparty%2Fvectorscan.git remove unused constant --- diff --git a/src/rose/rose_build_matchers.cpp b/src/rose/rose_build_matchers.cpp index 96cdfbe5..aa7a794d 100644 --- a/src/rose/rose_build_matchers.cpp +++ b/src/rose/rose_build_matchers.cpp @@ -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 &v) {