mon: Removing dead code; been commented out for 5 months

This commit is contained in:
Greg Farnum 2010-03-23 12:40:55 -07:00
parent efd344d454
commit 772daf213a

View File

@ -383,15 +383,6 @@ void MDSMonitor::_updated(MMDSBeacon *m)
void MDSMonitor::committed()
{
// hackish: did all mds's shut down?
/*
if (mon->is_leader() &&
g_conf.mon_stop_with_last_mds &&
mdsmap.get_epoch() > 1 &&
mdsmap.is_stopped())
mon->messenger->send_message(new MGenericMessage(CEPH_MSG_SHUTDOWN),
mon->monmap->get_inst(mon->whoami));
*/
tick();
}