summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-01-03 15:12:37 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-01-03 15:12:37 +0100
commit4fd8bc41b71e4c292ede955944fdcb0939e715b5 (patch)
tree02252fcfdba2ac721aa7c78c10f1bdcc31e205dd /controller-server
parentae667c98359c3c39850201eb9339bc95de2206bf (diff)
Remove reference to deleted type
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/proxy/ProxyRequest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/proxy/ProxyRequest.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/proxy/ProxyRequest.java
index a20043a787f..6854d583222 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/proxy/ProxyRequest.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/proxy/ProxyRequest.java
@@ -1,7 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.proxy;
-import com.yahoo.config.provision.ZoneId;
import com.yahoo.container.jdisc.HttpRequest;
import com.yahoo.net.HostName;
@@ -90,10 +89,6 @@ public class ProxyRequest {
return environment;
}
- public ZoneId getZoneId() {
- return ZoneId.from(environment, region);
- }
-
public String getConfigServerRequest() {
return configServerRequest;
}