We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d17c2c commit b3c4524Copy full SHA for b3c4524
binding.gyp
@@ -5,7 +5,6 @@
5
"sources": [
6
"lib/addon.cc",
7
"lib/accessors.cc",
8
- "lib/str-val.cc",
9
"lib/util.cc",
10
"lib/new.cc",
11
"lib/exec.cc",
lib/addon.cc
@@ -1,7 +1,5 @@
1
#include "./wrapped_re2.h"
2
3
-#include "./str-val.h"
4
-
static NAN_METHOD(GetUtf8Length)
{
auto t = info[0]->ToString(Nan::GetCurrentContext());
lib/str-val.cc
lib/str-val.h
0 commit comments