aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/floatbase.hpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-01 22:00:22 +0200
committerGitHub <noreply@github.com>2022-09-01 22:00:22 +0200
commit36bead13fbbd0b3ce5c5a364b6f07ee1d3555b9b (patch)
tree86390b84bf027d1202aeeb55e14819b7c82f31c5 /searchlib/src/vespa/searchlib/attribute/floatbase.hpp
parentce4c8520cf3adca83805eeb02178c136f82c0acb (diff)
parent35b7741fdf948bfdded1ebab6ce6e3dd9e763d33 (diff)
Merge pull request #23897 from vespa-engine/balder/minor-fixes-while-reading-codev8.47.18
Minor fixes like adding 'explicit', 'override' and general unification.
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/floatbase.hpp')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/floatbase.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/floatbase.hpp b/searchlib/src/vespa/searchlib/attribute/floatbase.hpp
index b406f5e85b1..ca634629d66 100644
--- a/searchlib/src/vespa/searchlib/attribute/floatbase.hpp
+++ b/searchlib/src/vespa/searchlib/attribute/floatbase.hpp
@@ -49,12 +49,6 @@ FloatingPointAttributeTemplate<T>::findFoldedEnums(const char *value) const
}
template<typename T>
-bool
-FloatingPointAttributeTemplate<T>::isUndefined(DocId doc) const {
- return attribute::isUndefined(get(doc));
-}
-
-template<typename T>
long
FloatingPointAttributeTemplate<T>::onSerializeForAscendingSort(DocId doc, void * serTo, long available, const common::BlobConverter * bc) const {
(void) bc;