Skip to content

Commit

Permalink
Removed unused files.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jun 8, 2024
1 parent 7d17c2c commit b3c4524
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 149 deletions.
1 change: 0 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sources": [
"lib/addon.cc",
"lib/accessors.cc",
"lib/str-val.cc",
"lib/util.cc",
"lib/new.cc",
"lib/exec.cc",
Expand Down
2 changes: 0 additions & 2 deletions lib/addon.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "./wrapped_re2.h"

#include "./str-val.h"

static NAN_METHOD(GetUtf8Length)
{
auto t = info[0]->ToString(Nan::GetCurrentContext());
Expand Down
112 changes: 0 additions & 112 deletions lib/str-val.cc

This file was deleted.

34 changes: 0 additions & 34 deletions lib/str-val.h

This file was deleted.

0 comments on commit b3c4524

Please sign in to comment.