diff --git a/src/string_search.h b/src/string_search.h index 4929ccbcfd02fe..51c579916cfa99 100644 --- a/src/string_search.h +++ b/src/string_search.h @@ -14,8 +14,6 @@ namespace node { namespace stringsearch { -static const uint32_t kMaxOneByteCharCodeU = 0xff; - template class Vector { public: