summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-03-19 09:54:13 +0100
committerHenning Baldersheim <balder@oath.com>2018-03-19 10:01:59 +0100
commit7e5e4409e02495650a16f9947ba01ccb6f6490b6 (patch)
tree55e587c95dd79d5f6efc43445ee98db2e081a49b /storageapi
parent6d5928c36ecd1815e660436c7db46af43508f2ef (diff)
Default destructors.
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/messageapi/storagemessage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/storageapi/src/vespa/storageapi/messageapi/storagemessage.h b/storageapi/src/vespa/storageapi/messageapi/storagemessage.h
index 46f00127202..ff53c222521 100644
--- a/storageapi/src/vespa/storageapi/messageapi/storagemessage.h
+++ b/storageapi/src/vespa/storageapi/messageapi/storagemessage.h
@@ -128,8 +128,6 @@ public:
SPLITBUCKET_REPLY_ID = 67,
JOINBUCKETS_ID = 68,
JOINBUCKETS_REPLY_ID = 69,
- //MULTIOPERATION_ID = 70,
- //MULTIOPERATION_REPLY_ID = 71,
DOCUMENTSUMMARY_ID = 72,
DOCUMENTSUMMARY_REPLY_ID = 73,
MAPVISITOR_ID = 74,
@@ -216,8 +214,6 @@ public:
static const MessageType SPLITBUCKET_REPLY;
static const MessageType JOINBUCKETS;
static const MessageType JOINBUCKETS_REPLY;
- static const MessageType MULTIOPERATION;
- static const MessageType MULTIOPERATION_REPLY;
static const MessageType DOCUMENTSUMMARY;
static const MessageType DOCUMENTSUMMARY_REPLY;
static const MessageType MAPVISITOR;