Skip to content

Commit c611bdb

Browse files
committed
Remove remaining discovery code
1 parent 8da330d commit c611bdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Packages/com.unity.ide.visualstudio/Editor/Discovery.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public static bool TryDiscoverInstallation(string editorPath, out IVisualStudioI
2929
#if UNITY_EDITOR_WIN
3030
if (VisualStudioForWindowsInstallation.TryDiscoverInstallation(editorPath, out installation))
3131
return true;
32-
#elif UNITY_EDITOR_OSX
33-
if (VisualStudioForMacInstallation.TryDiscoverInstallation(editorPath, out installation))
34-
return true;
3532
#endif
3633
if (VisualStudioCodeInstallation.TryDiscoverInstallation(editorPath, out installation))
3734
return true;

0 commit comments

Comments
 (0)