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

Remove unused local variable.

This commit is contained in:
Alain Magloire 2003-02-01 20:07:50 +00:00
parent 2e591ca38b
commit dd5938fd96

View file

@ -76,7 +76,6 @@ public class BreakpointManager extends SessionObject implements ICDIBreakpointMa
}
boolean hasBreakpointChanged(Breakpoint point, MIBreakpoint miBreakpoint) {
boolean changed = false;
MIBreakpoint miBreak = point.getMIBreakpoint();
return miBreak.isEnabled() != miBreakpoint.isEnabled() ||
!miBreak.getCondition().equals(miBreakpoint.getCondition()) ||