aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/document_iterator
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-04-19 23:10:00 +0200
committerTor Egge <Tor.Egge@oath.com>2018-04-20 08:48:49 +0000
commitb438d5ef09ae94d0280e824e93196ae57ab97819 (patch)
tree14188629210c8e0d483fde2a04d7bd38984c0134 /searchcore/src/tests/proton/document_iterator
parent834ea7c148b0595a11189bc7450ebb63483cbef6 (diff)
Change AttributeContext to use makeReadGuard method on attribute vectors.
Diffstat (limited to 'searchcore/src/tests/proton/document_iterator')
-rw-r--r--searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp b/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
index 57bddd6aede..a7512b41f30 100644
--- a/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
+++ b/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
@@ -27,7 +27,6 @@ using document::Field;
using document::IntFieldValue;
using document::StringFieldValue;
using search::AttributeContext;
-using search::AttributeEnumGuard;
using search::AttributeGuard;
using search::AttributeVector;
using search::DocumentIdT;