]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pg: remove useless line
authorJosh Durgin <josh.durgin@dreamhost.com>
Mon, 29 Aug 2011 22:28:03 +0000 (15:28 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Mon, 29 Aug 2011 23:48:31 +0000 (16:48 -0700)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/osd/PG.cc

index 41e533f09bd529230dba6578df948afe6bb45b70..a6ee949431dd7e0a95898bcee69535f754b98372 100644 (file)
@@ -2872,7 +2872,6 @@ void PG::build_inc_scrub_map(ScrubMap &map, eversion_t v)
     if (p->is_update()) {
       ls.push_back(p->soid);
     } else if (p->is_delete()) {
-      map.objects[p->soid];
       map.objects[p->soid].negative = true;
     }
   }