]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_rados.h: remove unneeded class C_Tick 10954/head
authorMichal Jarzabek <stiopa@gmail.com>
Thu, 1 Sep 2016 20:27:22 +0000 (21:27 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Thu, 1 Sep 2016 22:24:08 +0000 (23:24 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/rgw/rgw_rados.h

index e2a4d208ccfa21156eff39acfb7e258367879119..65866ed0b2c236e4b4493375147527b3b668629e 100644 (file)
@@ -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;