summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-03-20 13:04:33 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-03-27 09:53:26 +0000
commit23abed1a0bc4f4c5ea47b43fc7ea0645e63a26e6 (patch)
tree6d943bbe31738f7e9b84979e4fd63dfd76eef580 /searchcommon
parent8844ccb7297e8a5120dd903c85e923f2f93aa693 (diff)
remove most usage of LinkedPtr from vespa
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/iblobconverter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/iblobconverter.h b/searchcommon/src/vespa/searchcommon/common/iblobconverter.h
index 820109c0504..789d91ba8d8 100644
--- a/searchcommon/src/vespa/searchcommon/common/iblobconverter.h
+++ b/searchcommon/src/vespa/searchcommon/common/iblobconverter.h
@@ -3,7 +3,6 @@
#pragma once
#include <vespa/vespalib/util/buffer.h>
-#include <vespa/vespalib/util/linkedptr.h>
namespace search {
namespace common {
@@ -12,7 +11,6 @@ class BlobConverter
{
public:
using SP = std::shared_ptr<BlobConverter>;
- using LP = vespalib::LinkedPtr<BlobConverter>;
using UP = std::unique_ptr<BlobConverter>;
using ConstBufferRef = vespalib::ConstBufferRef;
virtual ~BlobConverter() { }