summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>;
/**