summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2019-02-22 10:51:44 +0100
committerTor Egge <Tor.Egge@verizonmedia.com>2019-02-22 10:51:44 +0100
commit99f984e4007b68107210110c1f018609245e2eb6 (patch)
treebb7376f148b952fdb8e4d5ac0fdd305c4fd89b60
parent7df900661e0cdc0f1c13b5d91a23d40fb93f5184 (diff)
Remove unneeded use of variable.
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_aspect_delayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_aspect_delayer.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attribute_aspect_delayer.cpp
index b815f3c8f9f..4cf2df97fd0 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_aspect_delayer.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_aspect_delayer.cpp
@@ -205,7 +205,6 @@ AttributeAspectDelayer::setup(const AttributesConfig &oldAttributesConfig,
const IIndexschemaInspector &oldIndexschemaInspector,
const IDocumentTypeInspector &inspector)
{
- (void) newSummaryConfig;
handleNewAttributes(oldAttributesConfig, newAttributesConfig,
newSummarymapConfig,
oldIndexschemaInspector, inspector,