Skip to content

Commit

Permalink
Delete another unused preamble.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Sep 3, 2023
1 parent 2b5d2c4 commit 3baaf1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/Python/src/federated/DistributedStructAsType.lf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ target Python {

import Source, Print from "../StructAsType.lf"

preamble {=
import hello
=}

federated reactor {
s = new Source()
p = new Print()
Expand Down
4 changes: 0 additions & 4 deletions test/Python/src/federated/DistributedStructPrint.lf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ target Python {

import Print, Check from "../StructPrint.lf"

preamble {=
import hello
=}

federated reactor {
s = new Print()
p = new Check()
Expand Down

0 comments on commit 3baaf1d

Please sign in to comment.