diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index a534b4489d3..e00876295f6 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,7 @@ +2003-10-20 David Inglis + fixed junit breakage - testGetSoname() + * utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java + 2003-10-18 Alain Magloire Implement a Cygwin PE parser where addr2line, c++filt diff --git a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java index 66eba7e189f..4bdea01c231 100644 --- a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java +++ b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java @@ -19,7 +19,6 @@ import org.eclipse.core.runtime.IPath; /** */ public class BinaryShared extends BinaryExecutable implements IBinaryShared { - String soname; public BinaryShared(IPath path) throws IOException { super(path);