removed
authorAndreas N <andreas@mono-cvs.ximian.com>
Tue, 6 Apr 2004 20:10:22 +0000 (20:10 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Tue, 6 Apr 2004 20:10:22 +0000 (20:10 -0000)
svn path=/trunk/mcs/; revision=25111

mcs/class/System.Messaging/System.Messaging/AssemblyInfo.cs [deleted file]
mcs/class/System.ServiceProcess/System.ServiceProcess/Locale.cs [deleted file]

diff --git a/mcs/class/System.Messaging/System.Messaging/AssemblyInfo.cs b/mcs/class/System.Messaging/System.Messaging/AssemblyInfo.cs
deleted file mode 100644 (file)
index 384bcf6..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-//
-// AssemblyInfo.cs
-//
-// Author:
-//   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
-//   Rafael Teixeira (rafaelteixeirabr@hotmail.com)
-//
-// (C) 2003 Ximian, Inc.  http://www.ximian.com
-//
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Security;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-\r
-//\r
-// General Information about an assembly is controlled through the following \r
-// set of attributes. Change these attribute values to modify the information\r
-// associated with an assembly.\r
-//\r
-
-#if (NET_1_0)
-       [assembly: AssemblyVersion("1.0.3300.0")]
-       [assembly: SatelliteContractVersion("1.0.3300.0")]
-#endif
-#if (NET_1_1)
-       [assembly: AssemblyVersion("1.0.5000.0")]
-       [assembly: SatelliteContractVersion("1.0.5000.0")]
-//     [assembly: ComCompatibleVersion(1, 0, 3300, 0)]
-//     [assembly: TypeLibVersion(1, 10)]
-#endif
-
-[assembly: AssemblyTitle("System.Messaging.dll")]
-[assembly: AssemblyDescription("System.Messaging.dll")]
-[assembly: AssemblyConfiguration("Development version")]
-[assembly: AssemblyCompany("MONO development team")]
-[assembly: AssemblyProduct("MONO CLI")]
-[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
-[assembly: AssemblyTrademark("")]
-
-[assembly: CLSCompliant(true)]
-[assembly: AssemblyDefaultAlias("System.Messaging.dll")]
-[assembly: AssemblyInformationalVersion("0.0.0.1")]
-[assembly: NeutralResourcesLanguage("en-US")]
-\r
-[assembly: AssemblyDelaySign(false)]\r
-[assembly: AssemblyKeyFile("")]\r
-[assembly: AssemblyKeyName("")]\r
diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess/Locale.cs b/mcs/class/System.ServiceProcess/System.ServiceProcess/Locale.cs
deleted file mode 100644 (file)
index 27e0688..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// Locale.cs
-//
-// Author:
-//   Miguel de Icaza (miguel@ximian.com)
-//   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
-//
-// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
-//
-
-internal sealed class Locale {
-
-        private Locale ()
-        {
-        }
-
-        /// <summary>
-        ///   Returns the translated message for the current locale
-        /// </summary>
-        public static string GetText (string msg)
-        {
-                return msg;
-        }
-}
-