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 <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>
  • Loading branch information
addaleax authored and targos committed Jan 1, 2019
1 parent 8a701c3 commit 2f5c8b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/string_search.h
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 2f5c8b5

Please sign in to comment.