aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-03-04 10:19:34 +0100
committerMartin Polden <mpolden@mpolden.no>2020-03-04 10:25:34 +0100
commitf6215de4e00a393e6e9b551981e1bd999bf537ac (patch)
tree35fbe0b776ccf37704e7bcd1f1a1c6e9c4ce17e1 /controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
parent520b8302ad3462edcc9d0618850480ec1c3aa7fe (diff)
Remove unused vars
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
index 32213a27a83..7ffda0da9bd 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/ControllerTest.java
@@ -17,7 +17,6 @@ import com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus
import com.yahoo.vespa.hosted.controller.api.identifiers.DeploymentId;
import com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateMetadata;
import com.yahoo.vespa.hosted.controller.api.integration.deployment.ApplicationVersion;
-import com.yahoo.vespa.hosted.controller.api.integration.deployment.SourceRevision;
import com.yahoo.vespa.hosted.controller.api.integration.dns.Record;
import com.yahoo.vespa.hosted.controller.api.integration.routing.RoutingEndpoint;
import com.yahoo.vespa.hosted.controller.application.ApplicationPackage;
@@ -635,8 +634,6 @@ public class ControllerTest {
.region("us-west-1")
.region("us-east-3")
.build();
- SourceRevision source = new SourceRevision("repo", "master", "commit1");
-
context.submit(applicationPackage).deploy();
DeploymentId deployment1 = context.deploymentIdIn(ZoneId.from(Environment.prod, RegionName.from("us-west-1")));