Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lib: remove unused decodeLatin1 import
Remove the decodeLatin1 import from encoding_binding as it is no longer
used after disabling the Latin-1 fast path for Windows-1252.
  • Loading branch information
yashwantbezawada committed Nov 26, 2025
commit de6c36924f61cb4772fd12e42b608f02cb3749f5
1 change: 0 additions & 1 deletion lib/internal/encoding.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const {
encodeIntoResults,
encodeUtf8String,
decodeUTF8,
decodeLatin1,
} = binding;

const { Buffer } = require('buffer');
Expand Down
Loading