Remove a duplicate if statement (#15555)

This commit is contained in:
Kai Tamkun
2024-12-03 12:33:27 -08:00
committed by GitHub
parent ce64e04b16
commit da3d64b1ef

View File

@@ -5716,9 +5716,6 @@ pub fn isZeroWidthCodepointType(comptime T: type, cp: T) bool {
// Combining Diacritical Marks
return true;
}
if (cp >= 0x300 and cp <= 0x36f)
// Combining Diacritical Marks
return true;
if (cp >= 0x200b and cp <= 0x200f) {
// Modifying Invisible Characters