summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-09-16 18:41:42 +0200
committerGitHub <noreply@github.com>2025-09-16 18:41:42 +0200
commit13a3f376fec17d5dcb60b635414c64a6d6ea3b13 (patch)
tree02707cce678452c596424ac04eeece78e9e1a8a1 /opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute
parenta735f1768677fc996da77b239819c55dcd623f5e (diff)
updated workflow implementation for performance (#368)
* Updated the workflow system for performance. Added workflow specific tests.
Diffstat (limited to 'opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute')
-rw-r--r--opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt5
1 files changed, 0 insertions, 5 deletions
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
@@ -45,11 +45,6 @@ public interface Flavor : Resource {
/**
* Set of Tasks that need to be finished before this can startAdd commentMore actions
*/
- public val dependencies: Set<Int>
-
- /**
- * Set of Tasks that need to be finished before this can startAdd commentMore actions
- */
public val parents: Set<Int>
/**