summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-11-13 09:48:43 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:26 +0100
commitff4f91a945d69c3a662862171de6e3cad6fad1f8 (patch)
tree8b16edd64a61c02910986f49bad17e59b398db8f /storageapi
parent230010bee4489cd90ec12c3014a4dd8991ca7eaf (diff)
remove unused "headersonly" functionality
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;