Skip to content

Commit

Permalink
Remove FIXME that is already resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jun 26, 2024
1 parent 1278647 commit 34b39d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/lflang/generator/GeneratorBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ public void doGenerate(Resource resource, LFGeneratorContext context) {
}

// Process target files. Copy each of them into the src-gen dir.
// FIXME: Should we do this here? This doesn't make sense for federates the way it is
// done here.
copyUserFiles(this.targetConfig, context.getFileConfig());

// Collect reactors and create an instantiation graph.
Expand Down

0 comments on commit 34b39d7

Please sign in to comment.