aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-13 11:10:08 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-13 11:10:08 +0000
commitf440e7f3d6837ac87de32608edbc192264dd165f (patch)
treed8e5d95cb171fcf97085592a965b778a8a141986 /searchcore
parent045babd97ccd8ba1bf44c14d0bce326c1f1a57be (diff)
GC unused typedef DocumentDB::UP
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentdb.h b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
index 0a56ca29ea2..7f238583ea7 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentdb.h
+++ b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
@@ -225,7 +225,6 @@ private:
InitializeThreads initializeThreads,
const HwInfo &hwInfo);
public:
- using UP = std::unique_ptr<DocumentDB>;
using SP = std::shared_ptr<DocumentDB>;
/**