1
0
Fork 0
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:
Sergey Prigogin 2010-12-15 01:18:10 +00:00
parent cc19f30cd6
commit a6387c02ef

View file

@ -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;
} }