summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-08 14:41:50 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-08 14:41:50 +0200
commit135eb2f993346c5cbc360b4bb874381cf73ecc24 (patch)
treee3fd0c8a20a7f5bc7b6ae26fb8efde2110bd2371 /searchcommon
parent18d779a4cf527c22b3898a6501cb266505c77ee0 (diff)
Reduce exposure to config internals.
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/schema.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/schema.cpp b/searchcommon/src/vespa/searchcommon/common/schema.cpp
index 720b4572fa8..c52a886fb3a 100644
--- a/searchcommon/src/vespa/searchcommon/common/schema.cpp
+++ b/searchcommon/src/vespa/searchcommon/common/schema.cpp
@@ -11,7 +11,6 @@ LOG_SETUP(".index.schema");
using namespace config;
using namespace search::index;
-using config::InvalidConfigException;
namespace {