summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-11-07 10:15:00 +0000
committerGeir Storli <geirst@oath.com>2017-11-07 11:41:41 +0000
commit24d8206010c9a3cfe649025be96818fb97cc2910 (patch)
tree48f20a0c15fa7b58908c089c3c4972b10eb424c1 /searchcore
parenta473f56892e5167c9372dc3f029d2534d480ddff (diff)
Remove unused code.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 125866a1a3e..cb1df2df0c5 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -309,12 +309,6 @@ TEST_F("require that attribute writer handles remove", Fixture)
{
AttributeVector::SP a1 = f.addAttribute("a1");
AttributeVector::SP a2 = f.addAttribute("a2");
- Schema s;
- s.addAttributeField(Schema::AttributeField("a1", schema::DataType::INT32, CollectionType::SINGLE));
- s.addAttributeField(Schema::AttributeField("a2", schema::DataType::INT32, CollectionType::SINGLE));
-
- DocBuilder idb(s);
-
fillAttribute(a1, 1, 10, 1);
fillAttribute(a2, 1, 20, 1);