Remove unneeded assert (code below handles it) and a warning. Fixes #5230.

This commit is contained in:
Glenn Watson 2015-04-10 09:55:59 +10:00
parent d7b6961104
commit 3815cb4a81
2 changed files with 0 additions and 3 deletions

View file

@ -278,8 +278,6 @@ impl Shaper {
// so, we must be careful to increment this when saving glyph entries.
let mut char_idx = CharIndex(0);
assert!(glyph_count <= char_max);
debug!("Shaped text[char count={}], got back {} glyph info records.",
char_max,
glyph_count);