Skip to content
Closed
1 change: 0 additions & 1 deletion src/string_bytes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ Maybe<size_t> StringBytes::StorageSize(Isolate* isolate,

case BASE64URL:
data_size = simdutf::base64_length_from_binary(view.length(),
simdutf::base64_url);
break;

case BASE64:
Expand Down
Loading