Finish removing Environment from corefx
authorStephen Toub <stoub@microsoft.com>
Wed, 6 Feb 2019 04:13:26 +0000 (23:13 -0500)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Feb 2019 06:23:47 +0000 (22:23 -0800)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/ea452c1ff113413bddd22794dcac0359af0e79fe

src/libraries/System.Private.CoreLib/src/System/WinRTFolderPaths.cs

index 020898a..3ba177a 100644 (file)
@@ -2,15 +2,10 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-#if SYSTEM_RUNTIME_WINDOWSRUNTIME_ASSEMBLY
-extern alias System_Runtime_Extensions;
-using static System_Runtime_Extensions::System.Environment;
-#else
-using static System.Environment;
-#endif
 using Windows.Foundation.Metadata;
 using Windows.Storage;
 using System.IO;
+using static System.Environment;
 
 namespace System
 {