aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-08 12:49:35 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-08 12:49:35 +0000
commit31008f82421d976f1467099a6c066caad47d4eb1 (patch)
treecb0ad880d8eb1066cff87c8a272df4ab9739bb6a /searchcore/src/tests/proton/matching
parent8a2279f1c8a50903960a8e3854c270377eed3f54 (diff)
Unify code and only set up RangeLocator when degradation is enabled.
Diffstat (limited to 'searchcore/src/tests/proton/matching')
-rw-r--r--searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp b/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
index 59eff86fab4..b1275681dc1 100644
--- a/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
+++ b/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
@@ -105,8 +105,6 @@ public:
RangeLimitMetaInfo locate() const override {
return {};
}
-
-public:
};
//-----------------------------------------------------------------------------