Skip to content

Commit 6a6c3c8

Browse files
committed
src: remove unused 'has_fatal' parameter from DecodeWindows1252 function
1 parent b5c15a8 commit 6a6c3c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/encoding_binding.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ void BindingData::DecodeWindows1252(const FunctionCallbackInfo<Value>& args) {
304304
}
305305

306306
bool ignore_bom = args[1]->IsTrue();
307-
bool has_fatal = args[2]->IsTrue();
308307

309308
ArrayBufferViewContents<uint8_t> buffer(args[0]);
310309
const uint8_t* data = buffer.data();

0 commit comments

Comments
 (0)