summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-03-22 13:33:06 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-03-22 13:33:06 +0000
commit0f8c3031a2dd9c2639f4ce876dec08466725a99d (patch)
tree3fd3bd027b6b3c30ac667cdf1801c81e6b9c0c8e /storageapi
parentb84a65296f8b63d7dbc6ad72bf9de7aa724ca4f4 (diff)
Minor C++ cleanups
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/message/state.h b/storageapi/src/vespa/storageapi/message/state.h
index e48dce76fbb..91c4707e7c1 100644
--- a/storageapi/src/vespa/storageapi/message/state.h
+++ b/storageapi/src/vespa/storageapi/message/state.h
@@ -101,7 +101,6 @@ public:
void print(std::ostream& out, bool verbose, const std::string& indent) const override;
DECLARE_STORAGECOMMAND(ActivateClusterStateVersionCommand, onActivateClusterStateVersion);
-
};
class ActivateClusterStateVersionReply : public StorageReply {