Skip to content

Commit

Permalink
Remove code that seems redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jun 26, 2024
1 parent 1278647 commit 86661c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/lflang/generator/GeneratorBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ 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());
// copyUserFiles(this.targetConfig, context.getFileConfig());

// Collect reactors and create an instantiation graph.
// These are needed to figure out which resources we need
Expand Down

0 comments on commit 86661c9

Please sign in to comment.