★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/f5e4a1e9d8Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
src: remove unused variable from string_search.h
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 MylesBorins committed May 16, 2019
1 parent fc5dc9c commit f5e4a1e9d85f43d9029a6611d3e821c86e2d775e
Showing with 0 additions and 2 deletions.
  1. +0 −2 src/string_search.h
@@ -14,8 +14,6 @@
namespace node {
namespace stringsearch {

static const uint32_t kMaxOneByteCharCodeU = 0xff;

template <typename T>
class Vector {
public:

0 comments on commit f5e4a1e

Please sign in to comment.