summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-03-20 13:04:33 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-03-27 09:53:26 +0000
commit23abed1a0bc4f4c5ea47b43fc7ea0645e63a26e6 (patch)
tree6d943bbe31738f7e9b84979e4fd63dfd76eef580 /document
parent8844ccb7297e8a5120dd903c85e923f2f93aa693 (diff)
remove most usage of LinkedPtr from vespa
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/update/fieldpathupdate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/document/src/vespa/document/update/fieldpathupdate.h b/document/src/vespa/document/update/fieldpathupdate.h
index 9424ed9c54f..c083e17197e 100644
--- a/document/src/vespa/document/update/fieldpathupdate.h
+++ b/document/src/vespa/document/update/fieldpathupdate.h
@@ -111,8 +111,6 @@ private:
vespalib::string _originalFieldPath;
vespalib::string _originalWhereClause;
- // TODO: replace these with LinkedPtr? Need to verify updates cannot
- // be shared between threads first
vespalib::CloneablePtr<FieldPath> _fieldPath;
std::shared_ptr<select::Node> _whereClause;
};