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:
parent
48a88c824f
commit
da13c44b0d
@ -14,8 +14,6 @@
|
|||||||
namespace node {
|
namespace node {
|
||||||
namespace stringsearch {
|
namespace stringsearch {
|
||||||
|
|
||||||
static const uint32_t kMaxOneByteCharCodeU = 0xff;
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class Vector {
|
class Vector {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user