Skip to content

Commit 2f5c8b5

Browse files
addaleaxtargos
authored andcommitted
src: remove unused variable from string_search.h
PR-URL: #25139 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8a701c3 commit 2f5c8b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/string_search.h

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
namespace node {
1515
namespace stringsearch {
1616

17-
static const uint32_t kMaxOneByteCharCodeU = 0xff;
18-
1917
template <typename T>
2018
class Vector {
2119
public:

0 commit comments

Comments
 (0)