aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-27 11:54:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-27 11:54:25 +0000
commitdef1eb881e93aa56fa0ce7869683b05bb21d6fa7 (patch)
tree4a357bfb039d7a54880afa16d4dd0965ac9e345f /storage
parentc7721d45b452e3f29f24373c57e0b17507ae16d3 (diff)
Remove 'explicit'
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestormetrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h b/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
index bc60fe01dfa..f3b9d07c322 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
+++ b/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
@@ -164,7 +164,7 @@ struct FileStorMetrics : public metrics::MetricSet
metrics::LongCountMetric diskEvents;
metrics::LongAverageMetric bucket_db_init_latency;
- explicit FileStorMetrics();
+ FileStorMetrics();
~FileStorMetrics() override;
void initDiskMetrics(uint32_t numStripes, uint32_t threadsPerDisk);