Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2012-11-25 04:11:26 +0000
committerPascal Rapicault2012-11-25 04:11:26 +0000
commita00790dcb5cd1b944a818c0770501cf213fafb7f (patch)
tree501c4bcee74b238907fa6db3ea1096deff20f712 /bundles
parent3d293c2f5cb9811fa19a7faacd48fec62d812c45 (diff)
downloadrt.equinox.p2-a00790dcb5cd1b944a818c0770501cf213fafb7f.tar.gz
rt.equinox.p2-a00790dcb5cd1b944a818c0770501cf213fafb7f.tar.xz
rt.equinox.p2-a00790dcb5cd1b944a818c0770501cf213fafb7f.zip
remove commented code
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/UninstallOperation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/UninstallOperation.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/UninstallOperation.java
index 85c1c0231..e9899eaf5 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/UninstallOperation.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/UninstallOperation.java
@@ -65,7 +65,6 @@ public class UninstallOperation extends ProfileChangeOperation {
// We ask to remove the the profile root property in addition to removing the IU. In theory this
// should be redundant, but there are cases where the planner decides not to uninstall something because
// it is needed by others. We still want to remove the root in this case.
- // if (rootMarkerKey != null)
for (IInstallableUnit iuToUninstall : toUninstall) {
request.removeInstallableUnitProfileProperty(iuToUninstall, IProfile.PROP_PROFILE_ROOT_IU);
}

Back to the top