1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Removed statement that appears that have been accidentally left in after some changes.

This commit is contained in:
John Cortell 2009-10-05 21:47:39 +00:00
parent 9805f1bdd9
commit 8565264b9a

View file

@ -46,7 +46,6 @@ public class TimersRootVMNode extends RootDMVMNode {
@Override
public void createRootDelta(Object rootObject, Object event, final DataRequestMonitor<VMDelta> rm) {
rm.setData(new VMDelta(rootObject, 0, IModelDelta.NO_CHANGE));
int flags = IModelDelta.NO_CHANGE;
if (event instanceof TimersViewLayoutChanged) {
flags |= IModelDelta.CONTENT;