Просмотр исходного кода

remove commented out code

svn path=/trunk/mcs/; revision=153446
Gonzalo Paniagua Javier 16 лет назад
Родитель
Сommit
ae669ce233
1 измененных файлов с 0 добавлено и 17 удалено
  1. 0 17
      mcs/class/System/System.Net/ServicePointManager.cs

+ 0 - 17
mcs/class/System/System.Net/ServicePointManager.cs

@@ -695,20 +695,3 @@ namespace System.Net
 	}
 }
 
-/*
-			// Attempt to use OSX certificates
-			//
-			// Ideally we should return the SecTrustResult
-#if !MONOTOUCH
-			if (System.IO.File.Exists (OSX509Certificates.SecurityLibrary)){
-#endif
-				OSX509Certificates.SecTrustResult trustResult =  OSX509Certificates.TrustEvaluateSsl (certificates);
-
-				// We could use the other values of trustResult to pass this extra information to the .NET 2 callback
-				// for values like SecTrustResult.Confirm
-				result = (trustResult == OSX509Certificates.SecTrustResult.Proceed ||
-					  trustResult == OSX509Certificates.SecTrustResult.Unspecified);
-#if !MONOTOUCH
-			}
-#endif
-*/