1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Fix bogus hasDebug information

This commit is contained in:
Anton Leherbauer 2008-05-26 14:42:50 +00:00
parent d56d8e16a0
commit 48acadfbe7

View file

@ -240,17 +240,6 @@ public class ElfBinaryObject extends BinaryObjectAdapter {
return super.isLittleEndian();
}
/*
* @see org.eclipse.cdt.utils.BinaryObjectAdapter#hasDebug()
*/
@Override
public boolean hasDebug() {
if (fElfAttributes != null) {
return fElfAttributes.hasDebug();
}
return super.hasDebug();
}
/*
* @see org.eclipse.cdt.utils.BinaryObjectAdapter#getCPU()
*/