From: Jianpeng Ma Date: Fri, 16 Apr 2021 05:49:27 +0000 (+0800) Subject: osd/Watch.h: remvoe unused code. X-Git-Tag: v17.1.0~2214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40884%2Fhead;p=ceph.git osd/Watch.h: remvoe unused code. Signed-off-by: Jianpeng Ma --- diff --git a/src/osd/Watch.h b/src/osd/Watch.h index 8d6d93a7d1c..6e3c05f90ee 100644 --- a/src/osd/Watch.h +++ b/src/osd/Watch.h @@ -188,9 +188,6 @@ public: /// note receipt of a ping void got_ping(utime_t t); - utime_t get_last_ping() const { - return last_ping; - } /// True if currently connected bool is_connected() const {