Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-11-03 17:15:15 +0000
committerChris Goldthorpe2010-11-03 17:15:15 +0000
commit99c6395c58aebf30fd969ceaf7509bc0c54f893e (patch)
treebd0ed313fb0a2a342860612182da4c45f5c140c3 /org.eclipse.ui.cheatsheets
parente8ffae9abdd2b00bc4af1a3eebe1191d2815cd29 (diff)
downloadeclipse.platform.ua-99c6395c58aebf30fd969ceaf7509bc0c54f893e.tar.gz
eclipse.platform.ua-99c6395c58aebf30fd969ceaf7509bc0c54f893e.tar.xz
eclipse.platform.ua-99c6395c58aebf30fd969ceaf7509bc0c54f893e.zip
Remove unused import
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/CommandRunner.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/CommandRunner.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/CommandRunner.java
index a41fa429e..e662fabaf 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/CommandRunner.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/CommandRunner.java
@@ -15,7 +15,6 @@ import org.eclipse.core.commands.ParameterType;
import org.eclipse.core.commands.ParameterizedCommand;
import org.eclipse.core.commands.common.CommandException;
import org.eclipse.core.commands.common.NotDefinedException;
-import org.eclipse.core.expressions.IEvaluationContext;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.osgi.util.NLS;

Back to the top