1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

Addition change for 150565.

This commit is contained in:
Ken Ryall 2006-11-08 22:29:36 +00:00
parent d349bb6921
commit 0132200353

View file

@ -249,8 +249,8 @@ public class ExpressionManager extends Manager {
} catch (MIException e) {
//throw new MI2CDIException(e);
}
//List varList = getVariableList(target);
//varList.remove(variable);
List varList = getVariableList(target);
varList.remove(variable);
// remove any children
ICDIVariable[] children = variable.children;