src: remove unused variable from string_search.h

PR-URL: https://github.com/nodejs/node/pull/25139
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Anna Henningsen 2018-12-19 21:48:08 +01:00 committed by Rich Trott
parent 48a88c824f
commit da13c44b0d

View File

@ -14,8 +14,6 @@
namespace node {
namespace stringsearch {
static const uint32_t kMaxOneByteCharCodeU = 0xff;
template <typename T>
class Vector {
public: