From: Ilya Dryomov Date: Thu, 20 Oct 2016 15:50:44 +0000 (+0200) Subject: AsyncConnection: remove outdated comment X-Git-Tag: v11.1.0~351^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c39e22db7012446b8aba23f40a41249937dcc45;p=ceph.git AsyncConnection: remove outdated comment Commit 5c0a689d720f ("AsyncConnection: remove unnecessary "send" flag") dropped this parameter. Signed-off-by: Ilya Dryomov --- diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index e1001119e942..0a16752df870 100644 --- a/src/msg/async/AsyncConnection.h +++ b/src/msg/async/AsyncConnection.h @@ -57,8 +57,6 @@ class AsyncConnection : public Connection { outcoming_bl.claim_append(bl); return _try_send(more); } - // if "send" is false, it will only append bl to send buffer - // the main usage is avoid error happen outside messenger threads ssize_t _try_send(bool more=false); ssize_t _send(Message *m); void prepare_send_message(uint64_t features, Message *m, bufferlist &bl);