Merge pull request #40884 from majianpeng/osd-watch-remove-unused-code

osd/Watch.h: remove unused code.

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-04-19 16:25:30 +08:00 committed by GitHub
commit 20de7dd55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {