From: Michal Jarzabek Date: Thu, 1 Sep 2016 20:27:22 +0000 (+0100) Subject: rgw/rgw_rados.h: remove unneeded class C_Tick X-Git-Tag: v11.0.1~309^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10954%2Fhead;p=ceph.git rgw/rgw_rados.h: remove unneeded class C_Tick Signed-off-by: Michal Jarzabek --- diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index e2a4d208ccfa..65866ed0b2c2 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;