mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
remove the variable for ExpressionManager variable list.
This commit is contained in:
parent
e37879d199
commit
417fff8e3a
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ public class ExpressionManager extends Manager {
|
|||
} catch (MIException e) {
|
||||
throw new MI2CDIException(e);
|
||||
}
|
||||
List varList = getVariableList(target);
|
||||
varList.remove(variable);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue