From b2732303b08698bdc1b37ac1f534d0a4963b432a Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Fri, 28 Aug 2020 16:20:19 +0800 Subject: [PATCH] msg/async: cleanup unused function local_deliver() Signed-off-by: zhoufeng --- src/msg/async/AsyncConnection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index 122a6c4089e96..c7f0f9fe86039 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() { -- 2.39.5