Skip to content

Commit

Permalink
Remove redundant FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Dec 9, 2024
1 parent d5bef4b commit 0da31bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/rascalmpl/library/util/PathConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0da31bb

Please sign in to comment.