1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Removed incorrect comment

This commit is contained in:
John Cortell 2009-10-03 00:18:03 +00:00
parent 4209697ea1
commit 71155f3f15

View file

@ -955,7 +955,6 @@ public class VariableVMNode extends AbstractExpressionVMNode
(e instanceof PropertyChangeEvent &&
((PropertyChangeEvent)e).getProperty() == IDebugVMConstants.PROP_FORMATTED_VALUE_FORMAT_PREFERENCE) )
{
// Create a delta that the whole register group has changed.
return IModelDelta.CONTENT;
}
@ -972,7 +971,6 @@ public class VariableVMNode extends AbstractExpressionVMNode
(e instanceof PropertyChangeEvent &&
((PropertyChangeEvent)e).getProperty() == IDebugVMConstants.PROP_FORMATTED_VALUE_FORMAT_PREFERENCE) )
{
// Create a delta that the whole register group has changed.
parentDelta.setFlags(parentDelta.getFlags() | IModelDelta.CONTENT);
}