From: Changcheng Liu Date: Mon, 12 Oct 2020 01:17:54 +0000 (+0800) Subject: msg: remove outdated comments X-Git-Tag: v16.1.0~853^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08e82e2cc703c145727d400799399a1a6dfbaba6;p=ceph.git msg: remove outdated comments Parameter "features" has been removed in commit 0dbe8fd3987d. Signed-off-by: Changcheng Liu --- diff --git a/src/msg/Messenger.h b/src/msg/Messenger.h index a3836d3c1e2c..e87f3196b1c9 100644 --- a/src/msg/Messenger.h +++ b/src/msg/Messenger.h @@ -156,7 +156,6 @@ public: * @param name entity name to register * @param lname logical name of the messenger in this process (e.g., "client") * @param nonce nonce value to uniquely identify this instance on the current host - * @param features bits for the local connection */ static Messenger *create(CephContext *cct, const std::string &type, @@ -173,7 +172,6 @@ public: * Create a new messenger instance. * Same as the above, but a slightly simpler interface for clients: * - Generate a random nonce - * - use the default feature bits * - get the messenger type from cct * - use the client entity_type *