summaryrefslogtreecommitdiffstats
path: root/vsm
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-21 13:04:38 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-21 13:04:38 +0100
commit7b4a9f31c6ae8eeb2795c8794dc130dc35460b6a (patch)
tree0073dd78ee8d50f44d67ed67392288c497fa5948 /vsm
parente0fc11519ed0f7964d116ef6a85e203425c3501a (diff)
Remove StorageDocument::LP
Diffstat (limited to 'vsm')
-rw-r--r--vsm/src/vespa/vsm/common/storagedocument.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vsm/src/vespa/vsm/common/storagedocument.h b/vsm/src/vespa/vsm/common/storagedocument.h
index 688d1d9d0f8..003c827b80f 100644
--- a/vsm/src/vespa/vsm/common/storagedocument.h
+++ b/vsm/src/vespa/vsm/common/storagedocument.h
@@ -3,7 +3,6 @@
#include "document.h"
#include <vespa/document/fieldvalue/document.h>
-#include <vespa/vespalib/util/linkedptr.h>
namespace vsm {
@@ -14,7 +13,7 @@ typedef std::shared_ptr<FieldPathMapT> SharedFieldPathMap;
class StorageDocument : public Document {
public:
- typedef vespalib::LinkedPtr<StorageDocument> LP;
+ typedef std::unique_ptr<StorageDocument> UP;
class SubDocument {
public: