[corlib] Fixes security tests failures
[mono.git] / mcs / class / I18N / Common / Strings.cs
index fe91d064e5a7ee076fc7bdc931e33846cf604795..49bd654b76d403df82df1c640a705c91f24a84f4 100644 (file)
@@ -35,7 +35,7 @@ using System.Resources;
 public sealed class Strings
 {
        // Cached copy of the resources for this assembly.
-       private static ResourceManager resources = null;
+       // private static ResourceManager resources = null;
 
        // Helper for obtaining string resources for this assembly.
        public static String GetString(String tag)