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:
parent
2e591ca38b
commit
dd5938fd96
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ public class BreakpointManager extends SessionObject implements ICDIBreakpointMa
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean hasBreakpointChanged(Breakpoint point, MIBreakpoint miBreakpoint) {
|
boolean hasBreakpointChanged(Breakpoint point, MIBreakpoint miBreakpoint) {
|
||||||
boolean changed = false;
|
|
||||||
MIBreakpoint miBreak = point.getMIBreakpoint();
|
MIBreakpoint miBreak = point.getMIBreakpoint();
|
||||||
return miBreak.isEnabled() != miBreakpoint.isEnabled() ||
|
return miBreak.isEnabled() != miBreakpoint.isEnabled() ||
|
||||||
!miBreak.getCondition().equals(miBreakpoint.getCondition()) ||
|
!miBreak.getCondition().equals(miBreakpoint.getCondition()) ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue