Skip to content

Commit

Permalink
src: remove unused variable from string_search.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
addaleax authored and MylesBorins committed May 16, 2019
1 parent fc5dc9c commit f5e4a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/string_search.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
namespace node {
namespace stringsearch {

static const uint32_t kMaxOneByteCharCodeU = 0xff;

template <typename T>
class Vector {
public:
Expand Down

0 comments on commit f5e4a1e

Please sign in to comment.