summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-05-11 12:00:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-05-11 14:03:39 +0000
commitc78c48837c2e8d9255d00013b09e71d64ab80643 (patch)
tree95549f7d37782e70aa4f09f93fc9f38c0b5983fb /searchlib
parent2c22298d504318c01fe875117515f72dea6c3ca7 (diff)
Remove redundant typedef
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/index/schemautil.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/index/schemautil.cpp b/searchlib/src/vespa/searchlib/index/schemautil.cpp
index c124d5ff8b5..64ca5b692ca 100644
--- a/searchlib/src/vespa/searchlib/index/schemautil.cpp
+++ b/searchlib/src/vespa/searchlib/index/schemautil.cpp
@@ -192,8 +192,6 @@ SchemaUtil::getIndexIds(const Schema &schema,
schema::DataType dataType,
std::vector<uint32_t> &indexes)
{
- typedef SchemaUtil::IndexIterator IndexIterator;
-
indexes.clear();
for (IndexIterator i(schema); i.isValid(); ++i) {
SchemaUtil::IndexSettings settings = i.getIndexSettings();