summaryrefslogtreecommitdiffstats
path: root/metrics/src/vespa/metrics/metric.h
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/src/vespa/metrics/metric.h')
-rw-r--r--metrics/src/vespa/metrics/metric.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/metrics/src/vespa/metrics/metric.h b/metrics/src/vespa/metrics/metric.h
index 85832ba08d1..845f40a335b 100644
--- a/metrics/src/vespa/metrics/metric.h
+++ b/metrics/src/vespa/metrics/metric.h
@@ -3,7 +3,6 @@
#include <vespa/vespalib/util/printable.h>
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/util/regexp.h>
#include "name_repo.h"
namespace metrics {
@@ -110,8 +109,6 @@ public:
using SP = std::shared_ptr<Metric>;
using Tags = std::vector<Tag>;
- static vespalib::Regexp _namePattern;
-
Metric(const String& name,
Tags dimensions,
const String& description,