aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-06-25 13:56:41 +0200
committerHåkon Hallingstad <hakon@oath.com>2018-06-25 13:56:41 +0200
commit33e519251f47d83229a88186b09f60562139bcda (patch)
treec0288409f74f2fc18fb4024caf4ed8e45077e339 /orchestrator
parent0f908eb4216f4f45a24979986dd03ef31421516c (diff)
Remove unused method
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
index f6bbea09642..6577b4b96cc 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
@@ -26,10 +26,6 @@ public class OrchestratorContext {
return timeBudget.originalTimeout().get().getSeconds();
}
- public float getSuboperationTimeoutInSeconds() {
- return getSuboperationTimeoutInSeconds(60);
- }
-
/**
* Get timeout for a suboperation that should take up {@code shareOfRemaining} of the
* remaining time, or throw an {@link UncheckedTimeoutException} if timed out.