summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-22 16:19:09 +0200
committerGitHub <noreply@github.com>2017-06-22 16:19:09 +0200
commit7ec35f103e2b4aaf806774c9fe6cde2d7312cdb3 (patch)
tree7e50b677e7da9902eb66a5bd08f3cb35efca48c4 /searchcore
parent7f58f87e70ad0dcdea8ae01962f76b2df36c258f (diff)
Revert "Revert "Balder/do not use your own docidlimit""
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h b/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
index ba1193bc065..2965e3796bf 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
@@ -6,8 +6,7 @@
#include <memory>
-namespace proton {
-namespace matching {
+namespace proton::matching {
/**
* Interface used to expose searchable data to the matching
@@ -64,5 +63,4 @@ public:
virtual ~ISearchContext() {}
};
-} // namespace matching
-} // namespace proton
+}