summaryrefslogtreecommitdiffstats
path: root/config-model/src
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-03-06 08:10:57 +0100
committerHarald Musum <musum@yahoo-inc.com>2017-03-06 08:10:57 +0100
commit275b59314848af8438f5e9fe86d16dffac650dfb (patch)
treefd8e422c11616956fe6e810f017cb626145ca36a /config-model/src
parentabdecdc20b0a941d42f8449c244190fb26c4d6a1 (diff)
Remove unused methods
Diffstat (limited to 'config-model/src')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java b/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
index 266a3524f9b..8ad609775f2 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java
@@ -312,18 +312,6 @@ public final class VespaModel extends AbstractConfigProducerRoot implements Seri
}
/**
- * Resolve config for a given key and a def. Apply an override if given.
- *
- * @param configKey The key to resolve.
- * @param targetDef The def file to use for the schema.
- * @return The payload as a list of strings
- */
- @Override
- public ConfigPayload getConfig(ConfigKey<?> configKey, com.yahoo.vespa.config.buildergen.ConfigDefinition targetDef, ConfigPayload override) {
- throw new UnsupportedOperationException();
- }
-
- /**
* Resolve config for a given key and config definition
*
* @param configKey The key to resolve.