summaryrefslogtreecommitdiffstats
path: root/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java
diff options
context:
space:
mode:
Diffstat (limited to 'infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java')
-rw-r--r--infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java b/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java
index 03aac84b5..ccbb7cc3a 100644
--- a/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java
+++ b/infra/it/memory-benchmark/src/main/java/io/fd/honeycomb/benchmark/memory/config/StaticHoneycombConfiguration.java
@@ -43,26 +43,11 @@ public class StaticHoneycombConfiguration extends HoneycombConfiguration impleme
}
@Override
- public boolean isNetconfTcpEnabled() {
- return false;
- }
-
- @Override
public boolean isContextPersistenceEnabled() {
return false;
}
@Override
- public boolean isNetconfEnabled() {
- return false;
- }
-
- @Override
- public boolean isNetconfSshEnabled() {
- return false;
- }
-
- @Override
public void close() throws IOException {
if (Files.exists(Paths.get(peristConfigPath))) {
Files.delete(Paths.get(peristConfigPath));