aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-27 17:17:31 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-27 17:17:31 +0000
commit3195072071e54ec46eff41c33ab84914a8e1b694 (patch)
treeab3eda614a146765649c40cd0ebcf27beee004f8 /metrics
parent970964693e9ef9eab47d506286a20216ec477ba8 (diff)
remove remaining empty block with comment too.
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/tests/snapshottest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/metrics/src/tests/snapshottest.cpp b/metrics/src/tests/snapshottest.cpp
index 97dbf97aff5..21e33a1d937 100644
--- a/metrics/src/tests/snapshottest.cpp
+++ b/metrics/src/tests/snapshottest.cpp
@@ -220,8 +220,6 @@ TEST_F(SnapshotTest, test_snapshot_two_days)
snap = &mm.getActiveMetrics(lockGuard);
ASSERT_VALUE(0, *snap, "test.set1.set1.count1");
ASSERT_VALUE(0, *snap, "test.set1.set1.countSum");
-/* Current test procedure for fetching values, don't work in active sums of sets
-*/
// 5 minute snapshot
snap = &mm.getMetricSnapshot(lockGuard, 5 * 60);