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-08 11:45:51 +0000
commit24afca4a97de0d3e14b78de423fcc011d2d14519 (patch)
tree0bbc26475baf98c08c63ad496832f40aa0856b31 /searchcore
parentcaa745987a3a2d96eec0a374b5a007729352489a (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);