diff options
Diffstat (limited to 'opendc-compute/opendc-compute-api')
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt | 5 |
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> /** |
