Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c37b679

Browse filesBrowse files
committed
src: remove unused Converter object
PR-URL: #26243 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 0d660d9 commit c37b679
Copy full SHA for c37b679

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎src/node_i18n.cc‎

Copy file name to clipboardExpand all lines: src/node_i18n.cc
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ class ConverterObject : public BaseObject, Converter {
204204

205205
CHECK_GE(args.Length(), 3); // Converter, Buffer, Flags
206206

207-
Converter utf8("utf8");
208207
ConverterObject* converter;
209208
ASSIGN_OR_RETURN_UNWRAP(&converter, args[0].As<Object>());
210209
SPREAD_BUFFER_ARG(args[1], input_obj);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.