aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 14:23:28 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 14:23:28 +0000
commitba800af4e06a51b9ddca0d5b5368cb27afd0dd0c (patch)
treea4f1767188c4edabd929be66e9a14967315ab7a1 /storageframework
parent055e3a8a117bf454f8e930573f324ccab0b5247c (diff)
GC unused html metrics reporting.
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp b/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
index 9b5efef1fbf..c195a83038e 100644
--- a/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
+++ b/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
@@ -2,8 +2,7 @@
#include "htmlstatusreporter.h"
-namespace storage {
-namespace framework {
+namespace storage::framework {
HtmlStatusReporter::HtmlStatusReporter(vespalib::stringref id,
vespalib::stringref name)
@@ -11,9 +10,7 @@ HtmlStatusReporter::HtmlStatusReporter(vespalib::stringref id,
{
}
-HtmlStatusReporter::~HtmlStatusReporter()
-{
-}
+HtmlStatusReporter::~HtmlStatusReporter() = default;
void
HtmlStatusReporter::reportHtmlHeader(std::ostream& out,
@@ -52,5 +49,4 @@ HtmlStatusReporter::reportStatus(std::ostream& out,
return true;
}
-} // framework
-} // storage
+}