]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: drop unused variables from activate_map
authorSage Weil <sage@inktank.com>
Thu, 3 Jan 2013 06:04:08 +0000 (22:04 -0800)
committerSage Weil <sage@inktank.com>
Thu, 3 Jan 2013 06:04:08 +0000 (22:04 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/OSD.cc

index 5c96c6df80e359c07ff1e83d783a0c5df3e927fb..80c20f96711c2bc5896087c6f48f985c0da88987 100644 (file)
@@ -4141,10 +4141,6 @@ void OSD::activate_map()
 
   dout(7) << "activate_map version " << osdmap->get_epoch() << dendl;
 
-  map< int, vector<pair<pg_notify_t,pg_interval_map_t> > >  notify_list;  // primary -> list
-  map< int, map<pg_t,pg_query_t> > query_map;    // peer -> PG -> get_summary_since
-  map<int,MOSDPGInfo*> info_map;  // peer -> message
-
   int num_pg_primary = 0, num_pg_replica = 0, num_pg_stray = 0;
 
   epoch_t oldest_last_clean = osdmap->get_epoch();