From 13a3f376fec17d5dcb60b635414c64a6d6ea3b13 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 16 Sep 2025 18:41:42 +0200 Subject: updated workflow implementation for performance (#368) * Updated the workflow system for performance. Added workflow specific tests. --- .../src/main/kotlin/org/opendc/compute/api/Flavor.kt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'opendc-compute/opendc-compute-api/src') diff --git a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt index 581c29ba..48765a3b 100644 --- a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt @@ -42,11 +42,6 @@ public interface Flavor : Resource { */ public val gpuCoreCount: Int - /** - * Set of Tasks that need to be finished before this can startAdd commentMore actions - */ - public val dependencies: Set - /** * Set of Tasks that need to be finished before this can startAdd commentMore actions */ -- cgit v1.2.3