Revert "Apple has introduced the System Integrety Protection in OS X 10.11. This...
[mono.git] / mcs / class / corlib / System / Environment.cs
index a930e5355adffd83814f182d7c2ce894dd433027..99e35c2fe7c5c9744b7d73e0d795fe95392c933d 100644 (file)
@@ -736,10 +736,6 @@ namespace System {
                                return String.Empty;
                        // This is where data common to all users goes
                        case SpecialFolder.CommonApplicationData:
-                               Version v = CreateVersionFromString (GetOSVersionString ());
-                               if (Platform == PlatformID.MacOSX && v >= new Version(15, 0)) {
-                                       return "/usr/local/share";
-                               }
                                return "/usr/share";
                        default:
                                throw new ArgumentException ("Invalid SpecialFolder");