Skip to content

Commit 662f631

Browse files
committed
Do not delegate ._cfObject here.
1 parent a55d966 commit 662f631

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Foundation/NSCalendar.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,10 +1395,6 @@ internal class _NSCopyOnWriteCalendar: NSCalendar {
13951395
override func enumerateDates(startingAfter start: Date, matching comps: DateComponents, options opts: NSCalendar.Options = [], using block: (Date?, Bool, UnsafeMutablePointer<ObjCBool>) -> Void) {
13961396
return backingCalendar.enumerateDates(startingAfter: start, matching: comps, options: opts, using: block)
13971397
}
1398-
1399-
override var _cfObject: NSCalendar.CFType {
1400-
return backingCalendar._cfObject
1401-
}
14021398
}
14031399

14041400
// This notification is posted through [NSNotificationCenter defaultCenter]

0 commit comments

Comments
 (0)