Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-21 19:18:30 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-21 19:18:30 +0300
commitd4d7374efc689a8df4d84ec539bfe5336d1ea5ed (patch)
tree67c2906b4d888c2e7606c97757a734898a34267e /mcs/class/System.ServiceProcess
parent1e25d67aef1c635ecc8d4949ca9abe79f6e91f9b (diff)
[bcl] Remove ONLY_1_1 defines from class libs
This is not used anymore.
Diffstat (limited to 'mcs/class/System.ServiceProcess')
-rw-r--r--mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceBase.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceBase.cs b/mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceBase.cs
index 6e4acb31751..00272642161 100644
--- a/mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceBase.cs
+++ b/mcs/class/System.ServiceProcess/System.ServiceProcess/ServiceBase.cs
@@ -41,9 +41,6 @@ using System.Threading;
namespace System.ServiceProcess
{
-#if ONLY_1_1
- [Designer ("Microsoft.VisualStudio.Install.UserNTServiceDesigner, " + Consts.AssemblyMicrosoft_VisualStudio, "System.ComponentModel.Design.IRootDesigner")]
-#endif
[InstallerType (typeof (ServiceProcessInstaller))]
public class ServiceBase : Component
{