diff --git a/tools/mtouch/Application.cs b/tools/mtouch/Application.cs index 71e8ae48a81b..b06cc85ac2b8 100644 --- a/tools/mtouch/Application.cs +++ b/tools/mtouch/Application.cs @@ -220,7 +220,6 @@ public bool UseDlsym (string assembly) switch (Platform) { case ApplePlatform.iOS: - return true; case ApplePlatform.TVOS: case ApplePlatform.WatchOS: return false;