FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fixup! src: move encoding bindings to a new binding · nodejs/node@4ea7f2e · GitHub

/ node Public

Commit 4ea7f2e

Browse files
committed
fixup! src: move encoding bindings to a new binding
1 parent 1233e7f commit 4ea7f2e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

‎src/encoding_binding.cc‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ namespace encoding_binding {
1414
using v8::ArrayBuffer;
1515
using v8::BackingStore;
1616
using v8::Context;
17-
using v8::Function;
1817
using v8::FunctionCallbackInfo;
1918
using v8::Isolate;
2019
using v8::Local;
2120
using v8::MaybeLocal;
2221
using v8::Object;
2322
using v8::String;
24-
using v8::Uint32Array;
2523
using v8::Uint8Array;
2624
using v8::Value;
2725

‎src/encoding_binding.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ class BindingData : public SnapshotableObject {
4747

4848
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
4949

50-
#endif // SRC_ENCODING_BINDING_H_
50+
#endif // SRC_ENCODING_BINDING_H_

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL