mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 10:55:33 +02:00
Fix bogus hasDebug information
This commit is contained in:
parent
d56d8e16a0
commit
48acadfbe7
1 changed files with 0 additions and 11 deletions
|
@ -240,17 +240,6 @@ public class ElfBinaryObject extends BinaryObjectAdapter {
|
||||||
return super.isLittleEndian();
|
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()
|
* @see org.eclipse.cdt.utils.BinaryObjectAdapter#getCPU()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue