1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

createCondition is in BreakpointManager.

This commit is contained in:
Alain Magloire 2002-08-30 04:53:03 +00:00
parent a852442246
commit 01b423f57a

View file

@ -50,8 +50,4 @@ public interface ICDIExpressionManager extends ICDISessionObject {
*/
ICDIExpression[] getExpressions() throws CDIException;
/**
* Return a ICDICondition
*/
ICDICondition createCondition(int ignoreCount, String expression);
}