From 8fb3cf7203e61bfcb80cad2a651d4b653377f5a6 Mon Sep 17 00:00:00 2001 From: Michal Jarzabek Date: Thu, 1 Sep 2016 21:27:22 +0100 Subject: [PATCH] rgw/rgw_rados.h: remove unneeded class C_Tick Signed-off-by: Michal Jarzabek --- src/rgw/rgw_rados.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index e2a4d208ccfa2..65866ed0b2c23 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -1786,15 +1786,6 @@ class RGWRados Mutex watchers_lock; SafeTimer *timer; - class C_Tick : public Context { - RGWRados *rados; - public: - explicit C_Tick(RGWRados *_r) : rados(_r) {} - void finish(int r) { - rados->tick(); - } - }; - RGWGC *gc; RGWLC *lc; RGWObjectExpirer *obj_expirer;