1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Removed duplicate dirList.add accidently left during merge.

This commit is contained in:
Ken Ryall 2009-05-18 20:30:17 +00:00
parent ee9b1aa905
commit db6836a8b8

View file

@ -156,7 +156,6 @@ public class DwarfReader extends Dwarf implements ISymbolReader {
str = readString(data);
if (str.length() == 0)
break;
dirList.add(str);
// If the directory is relative, append it to the CU dir
IPath dir = new Path(str);
if(!dir.isAbsolute())