1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

small fix

This commit is contained in:
David Inglis 2004-04-06 20:42:00 +00:00
parent c151c0d972
commit bb6839f982

View file

@ -51,10 +51,8 @@ public class BinaryRunner {
} catch (CoreException e) {
return e.getStatus();
}
if (monitor.isCanceled()) {
fireEvents(cproject, vbin);
fireEvents(cproject, vlib);
}
return Status.OK_STATUS;
}
};