Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-13 22:36:53 +0000
committerLars Vogel2019-08-13 22:36:53 +0000
commit20f43fbcbdfa4b57d784a4e3ae8b499734ffc32f (patch)
tree8660b7cf8454aa93cdb925447200284e27db1be8
parent82bd17d2c2c951738751db6802ec1adef22684d8 (diff)
downloadeclipse.platform.ua-20f43fbcbdfa4b57d784a4e3ae8b499734ffc32f.tar.gz
eclipse.platform.ua-20f43fbcbdfa4b57d784a4e3ae8b499734ffc32f.tar.xz
eclipse.platform.ua-20f43fbcbdfa4b57d784a4e3ae8b499734ffc32f.zip
Removes dead code from HelpUIPlugin
Change-Id: Id0bfe55ae16083871deb8e7736bd9d266e59c885 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/HelpUIPlugin.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/HelpUIPlugin.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/HelpUIPlugin.java
index ee18170b6..0e10c9bf0 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/HelpUIPlugin.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/HelpUIPlugin.java
@@ -43,7 +43,6 @@ public class HelpUIPlugin extends AbstractUIPlugin {
private static HelpUIPlugin plugin;
- // private static BundleContext bundleContext;
/**
* Logs an Error message with an exception. Note that the message should already be localized to
* proper locale. ie: Resources.getString() should already have been called
@@ -86,7 +85,6 @@ public class HelpUIPlugin extends AbstractUIPlugin {
FilterResolver.setExtension(new FilterResolverExtension());
HelpEvaluationContext.setContext(HelpUIEvaluationContext.getContext());
- // bundleContext = context;
// Setup debugging options
DEBUG = isDebugging();
if (DEBUG) {

Back to the top