summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/persistence.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/message/persistence.h b/storageapi/src/vespa/storageapi/message/persistence.h
index 6e93c0e7c05..1fdd5c369bf 100644
--- a/storageapi/src/vespa/storageapi/message/persistence.h
+++ b/storageapi/src/vespa/storageapi/message/persistence.h
@@ -94,7 +94,6 @@ public:
Timestamp getTimestamp() const { return _timestamp; };
Timestamp getUpdateTimestamp() const { return _updateTimestamp; }
- bool isHeadersOnlyPut() const { return (_updateTimestamp != 0); }
bool wasFound() const { return _wasFound; }
void print(std::ostream& out, bool verbose, const std::string& indent) const override;