aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-09 11:06:52 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-09 11:06:52 +0000
commite56bf577986a18d7699e931fc74bcee605bc81a3 (patch)
tree34db8a74a4345b47fc58b10c146154ccaa0f0318 /searchlib
parent83aa2803e5dfcb9a478c2f78659b03ca1cc25383 (diff)
Remove staale comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/indexbuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/indexbuilder.cpp b/searchlib/src/vespa/searchlib/diskindex/indexbuilder.cpp
index 136f81baa3d..6815db0ae0c 100644
--- a/searchlib/src/vespa/searchlib/diskindex/indexbuilder.cpp
+++ b/searchlib/src/vespa/searchlib/diskindex/indexbuilder.cpp
@@ -54,8 +54,8 @@ public:
class IndexBuilder::FieldHandle {
private:
- const Schema &_schema; // Ptr to allow being std::vector member
- IndexBuilder &_builder; // Ptr to allow being std::vector member
+ const Schema &_schema;
+ IndexBuilder &_builder;
FileHandle _file;
const uint32_t _fieldId;
const bool _valid;