[mmp] Remove check for null tls_provider since only appleTLS is supported (#1926)

This commit is contained in:
Timothy Risi 2017-03-28 15:17:10 -08:00 коммит произвёл Sebastien Pouliot
Родитель 3d32ca0c16
Коммит 923225369f
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -478,10 +478,6 @@ namespace Xamarin.Bundler {
ErrorHelper.Warning (2014, "Xamarin.Mac Extensions do not support linking. Request for linking will be ignored.");
}
if (!IsUnifiedMobile && tls_provider != null)
throw new MonoMacException (2011, true, "Selecting a TLS Provider is only supported in the Unified Mobile profile");
ValidateXcode ();
App.InitializeCommon ();