Skip to content

Commit 4c0ba61

Browse files
committed
[gardening] Remove done TODO comments
1 parent bd5189c commit 4c0ba61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/StringCharacterView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ extension String.CharacterView : BidirectionalCollection {
315315
// others:
316316
// 0x3400-0xA4CF
317317
case 0x3400...0xa4cf: return true
318-
// TODO: CJK punctuation
319318

320319
// Repeat sub-300 check, this is beneficial for common cases of Latin
321320
// characters embedded within non-Latin script (e.g. newlines, spaces,
@@ -324,8 +323,6 @@ extension String.CharacterView : BidirectionalCollection {
324323
// NOTE: CR-LF special case has already been checked.
325324
case 0x0000...0x02ff: return true
326325

327-
// TODO: general punctuation
328-
329326
// Non-combining kana:
330327
// 0x3041-0x3096
331328
// 0x30A1-0x30FA

0 commit comments

Comments
 (0)