From 48acadfbe78fee8f471490a85a6affdd95c78e57 Mon Sep 17 00:00:00 2001
From: Anton Leherbauer <anton.leherbauer@windriver.com>
Date: Mon, 26 May 2008 14:42:50 +0000
Subject: [PATCH] Fix bogus hasDebug information

---
 .../eclipse/cdt/utils/elf/parser/ElfBinaryObject.java | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfBinaryObject.java b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfBinaryObject.java
index 77f6b10424f..c644686afc8 100644
--- a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfBinaryObject.java
+++ b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfBinaryObject.java
@@ -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()
 	 */