From: zhoufeng Date: Fri, 28 Aug 2020 08:20:19 +0000 (+0800) Subject: msg/async: cleanup unused function local_deliver() X-Git-Tag: v16.1.0~1285^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36868%2Fhead;p=ceph.git msg/async: cleanup unused function local_deliver() Signed-off-by: zhoufeng --- diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index 122a6c4089e9..c7f0f9fe8603 100644 --- a/src/msg/async/AsyncConnection.h +++ b/src/msg/async/AsyncConnection.h @@ -233,7 +233,6 @@ private: void process(); void wakeup_from(uint64_t id); void tick(uint64_t id); - void local_deliver(); void stop(bool queue_reset); void cleanup(); PerfCounters *get_perf_counter() {