From 86f9406dc7e44aa153ac9cd6b282a5c0dc305128 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 18 Jan 2021 13:23:09 +0000 Subject: GC unused code and remove comment. --- storageapi/src/vespa/storageapi/messageapi/messagehandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'storageapi') 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&) { return false; } virtual bool onRevertReply(const std::shared_ptr&) { return false; } - // Visiting virtual bool onCreateVisitor(const std::shared_ptr&) { return false; } virtual bool onCreateVisitorReply(const std::shared_ptr&) { return false; } virtual bool onDestroyVisitor(const std::shared_ptr&) { return false; } -- cgit v1.2.3