mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +02:00
Cleanup.
This commit is contained in:
parent
9119f8ed49
commit
0ccb63228a
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ public class DisassemblyBlock implements IDisassemblyBlock, IAdaptable {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static IAsmSourceLine[] createSourceLines( IAddressFactory factory, ICDIInstruction[] instructions ) {
|
private static IAsmSourceLine[] createSourceLines( IAddressFactory factory, ICDIInstruction[] instructions ) {
|
||||||
|
|
||||||
return new IAsmSourceLine[] { new AsmSourceLine( factory, "", instructions ) }; //$NON-NLS-1$
|
return new IAsmSourceLine[] { new AsmSourceLine( factory, "", instructions ) }; //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue