summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/vespa/memfilepersistence/common/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'memfilepersistence/src/vespa/memfilepersistence/common/types.h')
-rw-r--r--memfilepersistence/src/vespa/memfilepersistence/common/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/memfilepersistence/src/vespa/memfilepersistence/common/types.h b/memfilepersistence/src/vespa/memfilepersistence/common/types.h
index 283eb1153f4..58643275503 100644
--- a/memfilepersistence/src/vespa/memfilepersistence/common/types.h
+++ b/memfilepersistence/src/vespa/memfilepersistence/common/types.h
@@ -76,7 +76,6 @@ std::ostream& operator<<(std::ostream&, const DataLocation&);
struct Types {
typedef document::BucketId BucketId;
typedef document::Document Document;
- typedef vespalib::LinkedPtr<Document> DocLP;
typedef document::DocumentId DocumentId;
typedef document::GlobalId GlobalId;
typedef framework::MicroSecTime Timestamp;