Merge pull request #1304 from slluis/mac-proxy-autoconfig
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationManager.cs
index 28b1d6bf3d4c4477c039b8e92d5a86a5c8451a70..28d4fa428db9c1d659da469c364ea55c279d54df 100644 (file)
@@ -119,9 +119,6 @@ namespace System.Configuration {
                        return ConfigurationFactory.Create (typeof(ExeConfigurationHost), map, userLevel);
                }
 
-#if TARGET_JVM
-               [MonoLimitation ("Supported only when the userLevel parameter is set to ConfigurationUserLevel.None. Other values are not supported because Environment.GetFolderPath method is not implemented.")]
-#endif
                public static Configuration OpenExeConfiguration (ConfigurationUserLevel userLevel)
                {
                        return OpenExeConfigurationInternal (userLevel, Assembly.GetEntryAssembly () ?? Assembly.GetCallingAssembly (), null);