mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Removed a leftover commented out code fragment,
This commit is contained in:
parent
cc19f30cd6
commit
a6387c02ef
1 changed files with 0 additions and 11 deletions
|
@ -134,17 +134,6 @@ public class SourceFoldersRelativePathSourceContainer extends CompositeSourceCon
|
||||||
return path.makeRelativeTo(root.getResource().getLocation());
|
return path.makeRelativeTo(root.getResource().getLocation());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX
|
|
||||||
// try {
|
|
||||||
// for (ISourceContainer container : getSourceContainers()) {
|
|
||||||
// path = SourceUtils.getCompilationPath(container, sourceName);
|
|
||||||
// if (path != null) {
|
|
||||||
// return path;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// } catch (CoreException e) {
|
|
||||||
// }
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue