summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-09-03 14:19:08 +0200
committerJon Marius Venstad <venstad@gmail.com>2020-09-03 14:19:08 +0200
commit44ff5b1d1caddc5f0e3db3da54a2654e765f7305 (patch)
tree8cbc5bfe31e0e1132bcf870bd47f28f9d9dd30bc /controller-server
parente465c6d70b2486c93773ab76676b4a0d9d8638b5 (diff)
Remove unused method
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
index 83a1895a85d..4cd8f56f53d 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java
@@ -583,13 +583,6 @@ public class ApplicationController {
return application;
}
- private DeployOptions withVersion(Version version, DeployOptions options) {
- return new DeployOptions(options.deployDirectly,
- Optional.of(version),
- options.ignoreValidationErrors,
- options.deployCurrentVersion);
- }
-
/**
* Deletes the the given application. All known instances of the applications will be deleted.
*