From b150a88620a3a76d03f3f6985f35053a7cfb790e Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Fri, 16 Apr 2021 13:49:27 +0800 Subject: [PATCH] osd/Watch.h: remvoe unused code. Signed-off-by: Jianpeng Ma --- src/osd/Watch.h | 3 --- 1 file changed, 3 deletions(-) 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 {