aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-11 10:33:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-11 10:33:42 +0000
commit204f4d905a960902f6de7cdab0e716fa5086b4ed (patch)
tree4fb6acfacae86b6604f34c1e12abe1aa7435a01c /searchlib
parentefa368961f9fe756bcf3efa000a100d2b3085bbb (diff)
GC unused empty namespace.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/postingstore.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/postingstore.cpp b/searchlib/src/vespa/searchlib/attribute/postingstore.cpp
index d06b891c2e2..cbe2233dedc 100644
--- a/searchlib/src/vespa/searchlib/attribute/postingstore.cpp
+++ b/searchlib/src/vespa/searchlib/attribute/postingstore.cpp
@@ -629,10 +629,3 @@ template class PostingStore<BTreeNoLeafData>;
template class PostingStore<int32_t>;
}
-
-namespace vespalib::datastore {
- using namespace btree;
-
-
-
-}