Merge pull request #2034 from alexrp/ctx-cleanup
[mono.git] / mcs / class / corlib / System / Environment.cs
index e2edf0cb84d92b06768ad45a6e1b0cb841dcca12..d463fb1285854b57d6354ca64464e57a5a92d0c4 100644 (file)
@@ -549,8 +549,7 @@ namespace System {
                        return GetFolderPath (folder, SpecialFolderOption.None);
                }
 
-// for monotouch, not monotouch_runtime
-#if !(MONOTOUCH && FULL_AOT_RUNTIME)
+#if !MONOTOUCH
                [MethodImplAttribute (MethodImplOptions.InternalCall)]
                private extern static string GetWindowsFolderPath (int folder);