summaryrefslogtreecommitdiffstats
path: root/container-core/src
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2023-01-10 11:03:57 +0100
committergjoranv <gv@verizonmedia.com>2023-01-10 11:05:45 +0100
commit82d19c22245802212e28b47213f89c55b69ebabd (patch)
treea34ff50469c7799feb3b4be2d0dd4ad4323ca211 /container-core/src
parent6094261a5d455ac4cc064508226b8f03caf69da8 (diff)
Remove references to non-existent 'simplemetrics' bundle.
Diffstat (limited to 'container-core/src')
-rw-r--r--container-core/src/main/java/com/yahoo/metrics/simple/runtime/MetricProperties.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/container-core/src/main/java/com/yahoo/metrics/simple/runtime/MetricProperties.java b/container-core/src/main/java/com/yahoo/metrics/simple/runtime/MetricProperties.java
deleted file mode 100644
index c2d715e317d..00000000000
--- a/container-core/src/main/java/com/yahoo/metrics/simple/runtime/MetricProperties.java
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.metrics.simple.runtime;
-
-import java.nio.file.Path;
-import java.nio.file.Paths;
-
-/**
- * Constants used by Vespa to make the simple metrics implementation available
- * to other components.
- *
- * @author Steinar Knutsen
- */
-public final class MetricProperties {
-
- private MetricProperties() {
- }
-
- public static final String BUNDLE_SYMBOLIC_NAME = "simplemetrics";
-
-}