Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-04-04 22:08:58 +0000
committerDarin Swanson2002-04-04 22:08:58 +0000
commite15e0fe4175d206480ac03854c11eafc225f5691 (patch)
tree606ff205943207a31cb23512261eef4df61f9779 /org.eclipse.debug.ui
parent445bd46c177cbf6993264a9ad9f3efe06f8d6106 (diff)
downloadeclipse.platform.debug-e15e0fe4175d206480ac03854c11eafc225f5691.tar.gz
eclipse.platform.debug-e15e0fe4175d206480ac03854c11eafc225f5691.tar.xz
eclipse.platform.debug-e15e0fe4175d206480ac03854c11eafc225f5691.zip
Removed commented out method
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/RelaunchActionDelegate.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/RelaunchActionDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/RelaunchActionDelegate.java
index a6b53f861..f30a9ad6d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/RelaunchActionDelegate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/RelaunchActionDelegate.java
@@ -105,12 +105,6 @@ public class RelaunchActionDelegate extends AbstractDebugActionDelegate {
}
}
- /*
- public static void relaunch(LaunchConfigurationHistoryElement history) {
- relaunch(history.getLaunchConfiguration(), history.getMode());
- }
- */
-
/**
* Re-launches the given configuration in the specified mode.
*/

Back to the top