From 2d2f8847527bdc38eaed361d4cf8e84cce2d1e0b Mon Sep 17 00:00:00 2001 From: Eugene Tarassov Date: Sun, 6 Jul 2014 11:24:36 -0700 Subject: TCF Debugger: code cleanup --- .../src/org/eclipse/tcf/internal/debug/ui/model/TCFModelProxy.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFModelProxy.java b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFModelProxy.java index 1ca0dc589..6cda3251f 100644 --- a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFModelProxy.java +++ b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFModelProxy.java @@ -308,7 +308,7 @@ public class TCFModelProxy extends AbstractModelProxy implements IModelProxy, Ru * the node should not be expanded. *

* Note: As a workaround for bug 208939 on Linux, the auto-expansion is - * enabled even after the first suspend event. User collapse/expand actions + * enabled even after the first suspend event. User collapse/expand actions * are tracked to determine whether a given node should be expanded. *

* @param id Id of execution node to check. @@ -317,7 +317,6 @@ public class TCFModelProxy extends AbstractModelProxy implements IModelProxy, Ru */ boolean getAutoExpandNode(TCFNode node, boolean user_request) { String id = node.id; - node.getParent(); Boolean expand = null; synchronized(expanded_nodes) { expand = expanded_nodes.get(id); -- cgit v1.2.3