Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System / System.Net.Security / RemoteCertificateValidationCallback.cs
index a23d8607d7c6073d6e3e44e8500e98b100eeb482..10ad8371d207eb8ea16bee024fdbb7517338fdd8 100644 (file)
@@ -29,8 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 && SECURITY_DEP
-
 using System.Security.Cryptography.X509Certificates;
 
 namespace System.Net.Security 
@@ -42,4 +40,3 @@ namespace System.Net.Security
                SslPolicyErrors sslPolicyErrors);
 }
 
-#endif