Skip to content

Commit

Permalink
Removed legacy ThreadLocal annotation on StringDesc's companion object
Browse files Browse the repository at this point in the history
  • Loading branch information
rbelousov committed Aug 20, 2024
1 parent 85c16af commit 5cc2291
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ actual interface StringDesc {
abstract val locale: NSLocale
}

@ThreadLocal
actual companion object {
actual var localeType: LocaleType = LocaleType.System
}
Expand Down

0 comments on commit 5cc2291

Please sign in to comment.