diff --git a/src/org/rascalmpl/library/util/PathConfig.java b/src/org/rascalmpl/library/util/PathConfig.java index 5a0f273825..56c205af84 100644 --- a/src/org/rascalmpl/library/util/PathConfig.java +++ b/src/org/rascalmpl/library/util/PathConfig.java @@ -546,7 +546,6 @@ public static PathConfig fromSourceProjectRascalManifest(ISourceLocation manifes libsWriter.append(childConfig.getBin()); break; case COMPILER: - // FIXME (?): Add something to `srcsWriter` here? libsWriter.append(setTargetScheme(projectLoc)); break; }