From 3baaf1d0a98f6c1d20f1b15c768be1c46a7c608c Mon Sep 17 00:00:00 2001 From: Peter Donovan Date: Sat, 2 Sep 2023 22:45:09 -0700 Subject: [PATCH] Delete another unused preamble. --- test/Python/src/federated/DistributedStructAsType.lf | 4 ---- test/Python/src/federated/DistributedStructPrint.lf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/test/Python/src/federated/DistributedStructAsType.lf b/test/Python/src/federated/DistributedStructAsType.lf index b3a83cc600..8179a295a7 100644 --- a/test/Python/src/federated/DistributedStructAsType.lf +++ b/test/Python/src/federated/DistributedStructAsType.lf @@ -5,10 +5,6 @@ target Python { import Source, Print from "../StructAsType.lf" -preamble {= - import hello -=} - federated reactor { s = new Source() p = new Print() diff --git a/test/Python/src/federated/DistributedStructPrint.lf b/test/Python/src/federated/DistributedStructPrint.lf index d3dbfe398b..b447fc61cd 100644 --- a/test/Python/src/federated/DistributedStructPrint.lf +++ b/test/Python/src/federated/DistributedStructPrint.lf @@ -7,10 +7,6 @@ target Python { import Print, Check from "../StructPrint.lf" -preamble {= - import hello -=} - federated reactor { s = new Print() p = new Check()