[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Configuration / ServiceEndpointElementCollection.cs
index 3d8a380b37a8f76ba3b589a6bea6ef14aa55d610..911cdd35cfb638501a5d03ed75c5843354972bd2 100644 (file)
@@ -76,10 +76,8 @@ namespace System.ServiceModel.Configuration
                                GetHashCode (el.BindingConfiguration) +
                                GetHashCode (el.BindingName) +
                                GetHashCode (el.BindingNamespace) +
-#if NET_4_0
                                GetHashCode (el.EndpointConfiguration) +
                                GetHashCode (el.Kind) +
-#endif
                                GetHashCode (el.Contract);
                }