1
0
Fork 0
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:
Mikhail Khodjaiants 2003-06-18 16:00:18 +00:00
parent 8c78d47e88
commit f7b57711f9
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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]));
}