Open
Bug 1844845
Opened 1 year ago
Updated 1 year ago
Remove OnSierraExactly(), OnHighSierraOrLater(), OnMojaveOrLater(), and OnCatalinaOrLater()
Categories
(Core :: Widget: Cocoa, task, P3)
Tracking
()
NEW
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Now that we've removed support for macOS 10.12, 10.13, 10.14 (bug 1836375), we can remove runtime checks for because they will always be false or true:
OnSierraExactly()
(macOS 10.12)OnHighSierraOrLater()
(macOS 10.13)OnMojaveOrLater()
(macOS 10.14)OnCatalinaOrLater()
(macOS 10.15)
You need to log in
before you can comment on or make changes to this bug.
Description
•