Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-10-11 17:03:03 +0000
committerLars Vogel2015-10-11 21:26:57 +0000
commite12a1ea5394c67c80fde01d877217a25f2c7c439 (patch)
treea2a3e1c807b59c328719bade9dacbb01a6df87d3
parent8caada30dc8026d8f774b49033f897829188c94b (diff)
downloadeclipse.platform.ui-e12a1ea5394c67c80fde01d877217a25f2c7c439.tar.gz
eclipse.platform.ui-e12a1ea5394c67c80fde01d877217a25f2c7c439.tar.xz
eclipse.platform.ui-e12a1ea5394c67c80fde01d877217a25f2c7c439.zip
Bug 478335 - Remove dead code and commented out code
Change-Id: I31ce08dfa4bddf61798fa93aea5bed0c33e6fe40 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java
index 4b6874ec0cc..16732e88e79 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/E4Util.java
@@ -40,9 +40,6 @@ public class E4Util {
public static void unsupported(String msg) throws UnsupportedOperationException {
if (DEBUG_E4)
WorkbenchPlugin.log("unsupported: " + msg); //$NON-NLS-1$
- // UnsupportedOperationException ex = new
- // UnsupportedOperationException(msg);
- // throw ex;
}
public static void message(String msg) throws UnsupportedOperationException {

Back to the top