summaryrefslogtreecommitdiff
path: root/simulator/opendc-compute/opendc-compute-core
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-compute/opendc-compute-core')
-rw-r--r--simulator/opendc-compute/opendc-compute-core/src/main/kotlin/org/opendc/compute/core/Server.kt6
1 files changed, 0 insertions, 6 deletions
diff --git a/simulator/opendc-compute/opendc-compute-core/src/main/kotlin/org/opendc/compute/core/Server.kt b/simulator/opendc-compute/opendc-compute-core/src/main/kotlin/org/opendc/compute/core/Server.kt
index 948f622f..1fb5679a 100644
--- a/simulator/opendc-compute/opendc-compute-core/src/main/kotlin/org/opendc/compute/core/Server.kt
+++ b/simulator/opendc-compute/opendc-compute-core/src/main/kotlin/org/opendc/compute/core/Server.kt
@@ -26,7 +26,6 @@ import kotlinx.coroutines.flow.Flow
import org.opendc.compute.core.image.Image
import org.opendc.core.resource.Resource
import org.opendc.core.resource.TagContainer
-import org.opendc.core.services.ServiceRegistry
import java.util.UUID
/**
@@ -64,11 +63,6 @@ public data class Server(
public val state: ServerState,
/**
- * The services published by this server.
- */
- public val services: ServiceRegistry,
-
- /**
* The events that are emitted by the server.
*/
public val events: Flow<ServerEvent>