1
0
Fork 0
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:
Alain Magloire 2004-11-01 01:08:57 +00:00
parent e37879d199
commit 417fff8e3a

View file

@ -173,6 +173,8 @@ public class ExpressionManager extends Manager {
} catch (MIException e) {
throw new MI2CDIException(e);
}
List varList = getVariableList(target);
varList.remove(variable);
}
}