[build] Prevent cyclic targets from being built in parallel
[mono.git] / mcs / class / System / System.Net.Security / SslPolicyErrors.cs
index a80f446f8424058cb79f2b310f811df4436124dc..aa0fbd39990a30f0580e1c608c14439d5c3706ff 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 
-
 namespace System.Net.Security 
 {
        [Flags]
@@ -39,5 +37,3 @@ namespace System.Net.Security
                RemoteCertificateChainErrors = 4,
        }
 }
-
-#endif