mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Removed duplicate dirList.add accidently left during merge.
This commit is contained in:
parent
ee9b1aa905
commit
db6836a8b8
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue