mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Redundant code.
This commit is contained in:
parent
d1d753ba3a
commit
2a6347f701
1 changed files with 0 additions and 3 deletions
|
@ -83,9 +83,6 @@ public class CRegisterGroup extends CDebugElement implements IPersistableRegiste
|
|||
fRegisters = new IRegister[fRegisterDescriptors.length];
|
||||
for( int i = 0; i < fRegisters.length; ++i ) {
|
||||
fRegisters[i] = new CRegister( this, fRegisterDescriptors[i] );
|
||||
if ( ((CRegister)fRegisters[i]).isEnabled() ) {
|
||||
((CRegister)fRegisters[i]).setEnabled( isEnabled() );
|
||||
}
|
||||
}
|
||||
}
|
||||
return fRegisters;
|
||||
|
|
Loading…
Add table
Reference in a new issue