summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-15 15:22:06 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-15 15:51:29 +0100
commit13cd2b31ea3d394ebe92f8db3ef92eed0d6532bf (patch)
tree3ef19d84fd446f5925fcbd33c98ea4fd12358475 /document
parent9811aac51b0bffd58737612a5189465de92c4d94 (diff)
Remove use of LinkedPtr
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/fieldvalue/structfieldvalue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/vespa/document/fieldvalue/structfieldvalue.h b/document/src/vespa/document/fieldvalue/structfieldvalue.h
index 3bb32fc9690..bc5f1087f5a 100644
--- a/document/src/vespa/document/fieldvalue/structfieldvalue.h
+++ b/document/src/vespa/document/fieldvalue/structfieldvalue.h
@@ -65,7 +65,6 @@ private:
public:
typedef std::unique_ptr<StructFieldValue> UP;
- typedef vespalib::LinkedPtr<StructFieldValue> LP;
StructFieldValue(const DataType &type);
~StructFieldValue();
void swap(StructFieldValue & rhs);