From: Radoslaw Zarzynski Date: Tue, 22 Jan 2019 16:24:37 +0000 (+0100) Subject: msg/async: drop get_auth_meta() from Protocol. X-Git-Tag: v14.1.1~157^2~67 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56e3ced446fcb2709e576e3a49943af3d1c283c5;p=ceph.git msg/async: drop get_auth_meta() from Protocol. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/msg/async/Protocol.h b/src/msg/async/Protocol.h index d628ecc48f7f..981722f6627c 100644 --- a/src/msg/async/Protocol.h +++ b/src/msg/async/Protocol.h @@ -104,7 +104,6 @@ public: virtual void read_event() = 0; virtual void write_event() = 0; virtual bool is_queued() = 0; - }; #endif /* _MSG_ASYNC_PROTOCOL_ */