mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
Addition change for 150565.
This commit is contained in:
parent
d349bb6921
commit
0132200353
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ public class ExpressionManager extends Manager {
|
||||||
} catch (MIException e) {
|
} catch (MIException e) {
|
||||||
//throw new MI2CDIException(e);
|
//throw new MI2CDIException(e);
|
||||||
}
|
}
|
||||||
//List varList = getVariableList(target);
|
List varList = getVariableList(target);
|
||||||
//varList.remove(variable);
|
varList.remove(variable);
|
||||||
|
|
||||||
// remove any children
|
// remove any children
|
||||||
ICDIVariable[] children = variable.children;
|
ICDIVariable[] children = variable.children;
|
||||||
|
|
Loading…
Add table
Reference in a new issue