Skip to content

Commit

Permalink
src: remove unused Converter object
Browse files Browse the repository at this point in the history
PR-URL: #26243
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
addaleax committed Mar 1, 2019
1 parent 0d660d9 commit c37b679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_i18n.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ class ConverterObject : public BaseObject, Converter {

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

Converter utf8("utf8");
ConverterObject* converter;
ASSIGN_OR_RETURN_UNWRAP(&converter, args[0].As<Object>());
SPREAD_BUFFER_ARG(args[1], input_obj);
Expand Down

0 comments on commit c37b679

Please sign in to comment.