]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
msg/Message: remove Message::const_ref
authorKefu Chai <kchai@redhat.com>
Mon, 15 Apr 2019 02:26:40 +0000 (10:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Apr 2019 22:59:42 +0000 (06:59 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/msg/Message.h

index e52dc5280735f96c073b6aa6677a11317e70b564..8ecddf588ecf96cd831a6372f0a77575e17d70f7 100644 (file)
@@ -257,9 +257,6 @@ protected:
   boost::intrusive::list_member_hook<> dispatch_q;
 
 public:
-  using ref = MessageRef;
-  using const_ref = MessageConstRef;
-
   // zipkin tracing
   ZTracer::Trace trace;
   void encode_trace(ceph::buffer::list &bl, uint64_t features) const;