From d920e24ddc1ff04e52e03ef1702427b6c60df88e 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/DistributedStructAsTypeDirect.lf | 4 ---- test/Python/src/federated/DistributedStructPrint.lf | 4 ---- test/Python/src/federated/DistributedStructScale.lf | 4 ---- 4 files changed, 16 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/DistributedStructAsTypeDirect.lf b/test/Python/src/federated/DistributedStructAsTypeDirect.lf index 7463672366..80eac47772 100644 --- a/test/Python/src/federated/DistributedStructAsTypeDirect.lf +++ b/test/Python/src/federated/DistributedStructAsTypeDirect.lf @@ -5,10 +5,6 @@ target Python { import Source, Print from "../StructAsTypeDirect.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() diff --git a/test/Python/src/federated/DistributedStructScale.lf b/test/Python/src/federated/DistributedStructScale.lf index 34a4977d05..0e7d614448 100644 --- a/test/Python/src/federated/DistributedStructScale.lf +++ b/test/Python/src/federated/DistributedStructScale.lf @@ -7,10 +7,6 @@ target Python { import Source, TestInput, Print from "../StructScale.lf" -preamble {= - import hello -=} - federated reactor { s = new Source() c = new Print()