Skip to content

Commit b3c4524

Browse files
committed
Removed unused files.
1 parent 7d17c2c commit b3c4524

File tree

4 files changed

+0
-149
lines changed

4 files changed

+0
-149
lines changed

binding.gyp

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"sources": [
66
"lib/addon.cc",
77
"lib/accessors.cc",
8-
"lib/str-val.cc",
98
"lib/util.cc",
109
"lib/new.cc",
1110
"lib/exec.cc",

lib/addon.cc

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "./wrapped_re2.h"
22

3-
#include "./str-val.h"
4-
53
static NAN_METHOD(GetUtf8Length)
64
{
75
auto t = info[0]->ToString(Nan::GetCurrentContext());

lib/str-val.cc

-112
This file was deleted.

lib/str-val.h

-34
This file was deleted.

0 commit comments

Comments
 (0)