Skip to content
  • Philip Chimento's avatar
    engine: Remove locale callbacks · 9f7a5ba5
    Philip Chimento authored
    Since SpiderMonkey 68, the locale callbacks are only ever called if
    SpiderMonkey was compiled without the Intl API. Instead, SpiderMonkey
    uses libicu to provide this behaviour.
    
    Since we do already require a version with the Intl API enabled, there's
    no point in providing these callbacks any longer.
    9f7a5ba5