Skip to content

Commit

Permalink
Merge pull request #755 from romanandreyvich/StringDesc-remove-thread…
Browse files Browse the repository at this point in the history
…Local

Removed legacy ThreadLocal annotation on StringDesc's companion object
  • Loading branch information
Alex009 authored Aug 22, 2024
2 parents 85c16af + 5cc2291 commit d1705db
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 d1705db

Please sign in to comment.