1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Mikhail Khodjaiants 2004-11-10 22:52:02 +00:00
parent 9119f8ed49
commit 0ccb63228a

View file

@ -182,7 +182,6 @@ public class DisassemblyBlock implements IDisassemblyBlock, IAdaptable {
}
private static IAsmSourceLine[] createSourceLines( IAddressFactory factory, ICDIInstruction[] instructions ) {
return new IAsmSourceLine[] { new AsmSourceLine( factory, "", instructions ) }; //$NON-NLS-1$
}