Skip to content

Commit

Permalink
rgw/rgw_rados.h: remove unneeded class C_Tick
Browse files Browse the repository at this point in the history
  • Loading branch information
stiopaa1 committed Sep 1, 2016
1 parent 903f94e commit 4235156
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/rgw/rgw_rados.h
Expand Up @@ -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;
Expand Down

0 comments on commit 4235156

Please sign in to comment.