]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/journal.cc: remove deadcode
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 27 Jun 2011 22:39:27 +0000 (15:39 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 30 Jun 2011 17:24:03 +0000 (10:24 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/mds/journal.cc

index f61e183da805ff72816f85ea18b7db18bcf1b743..0f137e3286e0bf58939f0024f079e58ea55acf23 100644 (file)
 // -----------------------
 // LogSegment
 
-class C_MDL_RetryExpireSegment : public Context {
-public:
-  MDS *mds;
-  LogSegment *ls;
-  C_MDL_RetryExpireSegment(MDS *m, LogSegment *l) : mds(m), ls(l) {}
-  void finish(int r) {
-    ls->try_to_expire(mds);
-  }
-};
-
 C_Gather *LogSegment::try_to_expire(MDS *mds)
 {
   C_Gather *gather = 0;