You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dead commented-out code in DiscoveryInstallOperation
The two commented-out blocks have been unreachable since 2019 (commit
1139fc5). One block sits after a return statement; the other is an
old ProvisioningUtil call replaced by RepositoryTracker. Both are safe
to delete.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/operations/DiscoveryInstallOperation.java
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -121,33 +121,6 @@ public IInstallableUnit[] computeInstallableUnits(SubMonitor monitor) throws Cor
0 commit comments