summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-04-16 20:00:19 +0200
committerHenning Baldersheim <balder@oath.com>2018-04-16 20:00:19 +0200
commit417d2f873652f9cae04adf252905414711f80065 (patch)
treeb31dc4baf534b2f45d9c810a35b7906d80ab2e3d
parent2b139c3df65f53948bf49d9d7bc3ac0ea2e46dea (diff)
Remove old comment
-rw-r--r--documentapi/src/vespa/documentapi/messagebus/documentprotocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/documentapi/src/vespa/documentapi/messagebus/documentprotocol.h b/documentapi/src/vespa/documentapi/messagebus/documentprotocol.h
index 830d7147b4b..32e6dc1d95e 100644
--- a/documentapi/src/vespa/documentapi/messagebus/documentprotocol.h
+++ b/documentapi/src/vespa/documentapi/messagebus/documentprotocol.h
@@ -294,12 +294,6 @@ public:
*/
static bool hasOnlyErrorsOfType(const mbus::Reply &reply, uint32_t errCode);
- /**
- * Returns the curren state of the system, as observed by this protocol. This state object may be freely
- * modified by the caller.
- *
- * @return The system state.
- */
const mbus::string &getName() const override { return NAME; }
mbus::IRoutingPolicy::UP createPolicy(const mbus::string &name, const mbus::string &param) const override;
mbus::Blob encode(const vespalib::Version &version, const mbus::Routable &routable) const override;