diff --git a/src/Calculator/App.xaml.cs b/src/Calculator/App.xaml.cs index d5bed05d..37251976 100644 --- a/src/Calculator/App.xaml.cs +++ b/src/Calculator/App.xaml.cs @@ -398,8 +398,6 @@ namespace CalculatorApp private App m_parent; }; - // CSHARP_MIGRATION: TODO: check what is the pragma used for??? - //#pragma optimize("", off) // Turn off optimizations to work around coroutine optimization bug private async Task SetupJumpList() { try