summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-10-18 14:13:23 +0200
committerGitHub <noreply@github.com>2023-10-18 14:13:23 +0200
commit65ad9369517a766891e14b9fb61416f8b011e14d (patch)
tree76c05b4f2d4afcd4c38173bc521a66c66d17ac20 /searchlib
parent9c0bf5c2f4ebb66ed93e866a921cec7763939d78 (diff)
parentef3715e82615eb66ed6cd640331538800011a457 (diff)
Merge pull request #29005 from vespa-engine/toregge/remove-obsolete-todo
Remove obsolete TODO.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchcommon/common/schema.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchcommon/common/schema.h b/searchlib/src/vespa/searchcommon/common/schema.h
index e5c27d22e08..bdd9f3d981f 100644
--- a/searchlib/src/vespa/searchcommon/common/schema.h
+++ b/searchlib/src/vespa/searchcommon/common/schema.h
@@ -74,7 +74,6 @@ public:
class IndexField : public Field {
private:
uint32_t _avgElemLen;
- // TODO: Remove when posting list format with interleaved features is made default
bool _interleaved_features;
public: