aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-18 13:23:09 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-18 13:23:09 +0000
commit86f9406dc7e44aa153ac9cd6b282a5c0dc305128 (patch)
tree4e5f6c4e5196656336e0a0dea099e1f1d503bf92 /storageapi
parent908c551a7dd02303beed75878a8a5eba7d3ed911 (diff)
GC unused code and remove comment.
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/messageapi/messagehandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/messageapi/messagehandler.h b/storageapi/src/vespa/storageapi/messageapi/messagehandler.h
index fd0087d6f91..067858a0b61 100644
--- a/storageapi/src/vespa/storageapi/messageapi/messagehandler.h
+++ b/storageapi/src/vespa/storageapi/messageapi/messagehandler.h
@@ -131,7 +131,6 @@ public:
virtual bool onRevert(const std::shared_ptr<api::RevertCommand>&) { return false; }
virtual bool onRevertReply(const std::shared_ptr<api::RevertReply>&) { return false; }
- // Visiting
virtual bool onCreateVisitor(const std::shared_ptr<api::CreateVisitorCommand>&) { return false; }
virtual bool onCreateVisitorReply(const std::shared_ptr<api::CreateVisitorReply>&) { return false; }
virtual bool onDestroyVisitor(const std::shared_ptr<api::DestroyVisitorCommand>&) { return false; }