mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Removed unused local variable.
This commit is contained in:
parent
8c78d47e88
commit
f7b57711f9
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-18 Mikhail Khodjaiants
|
||||
Removed unused local variable.
|
||||
* src/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
|
||||
|
||||
2003-06-17 Alain Magloire
|
||||
|
||||
PR 38934
|
||||
|
|
|
@ -196,7 +196,6 @@ public class RegisterManager extends SessionObject implements ICDIRegisterManage
|
|||
//eventList.add(new MIVarDeletedEvent(varName));
|
||||
}
|
||||
for (int j = 0 ; j < changes.length; j++) {
|
||||
String n = changes[j].getVarName();
|
||||
if (changes[j].isInScope()) {
|
||||
eventList.add(new MIRegisterChangedEvent(update.getToken(), reg.getName(), regnos[i]));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue