Skip to content

Commit e3d96aa

Browse files
Remove commented-out code
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
1 parent f323d14 commit e3d96aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/src/encodings.rs

-3
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ where
244244
out.extend_from_slice(b.as_ref());
245245
}
246246
}
247-
// data = crate::str::try_get_codepoints(full_data.as_ref(), char_restart..)
248-
// .ok_or_else(|| errors.error_oob_restart(char_restart))?;
249-
// char_data_index = char_restart;
250247
}
251248
out.extend_from_slice(ctx.remaining_data().as_bytes());
252249
Ok(out)

0 commit comments

Comments
 (0)