Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / build / common / SR.cs
index 18c58b3cf1adaf71ad617894d0936ccfe81b93ae..0685edb53bca0127edb3c2ef8f5847a7dfc2498f 100644 (file)
@@ -1,13 +1,5 @@
 using System.Globalization;
 
-internal sealed class AssemblyRef
-{
-       // FIXME
-       internal const string SystemConfiguration = "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, ProcessorArchitecture=MSIL";
-       internal const string System = "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=MSIL";
-       internal const string SystemWeb = "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
-}
-
 static partial class SR
 {
        internal static string GetString(string name, params object[] args)
@@ -33,6 +25,6 @@ static partial class SR
 
 namespace System.Runtime.CompilerServices
 {
-       class FriendAccessAllowed : Attribute
+       class FriendAccessAllowedAttribute : Attribute
        { }
 }