From: Changcheng Liu Date: Thu, 30 Apr 2020 02:34:01 +0000 (+0800) Subject: msg: remove undefined/unused interface from ProtocolV2 X-Git-Tag: v16.1.0~1595^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4fe0a0857a1c3f10c687110b6922dbd487a2667b;p=ceph.git msg: remove undefined/unused interface from ProtocolV2 There's no need to keep read_message_data_prepare since ProtocolV2 use segmented buffer. Signed-off-by: Changcheng Liu --- diff --git a/src/msg/async/ProtocolV2.h b/src/msg/async/ProtocolV2.h index bb84c161ec9..087553891ef 100644 --- a/src/msg/async/ProtocolV2.h +++ b/src/msg/async/ProtocolV2.h @@ -181,7 +181,6 @@ private: Ct *throttle_message(); Ct *throttle_bytes(); Ct *throttle_dispatch_queue(); - Ct *read_message_data_prepare(); Ct *handle_keepalive2(ceph::bufferlist &payload); Ct *handle_keepalive2_ack(ceph::bufferlist &payload);