]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr: Remove the superfluous break
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Tue, 14 Jul 2020 02:07:56 +0000 (10:07 +0800)
committerLiao Pingfang <liao.pingfang@zte.com.cn>
Tue, 14 Jul 2020 02:09:24 +0000 (10:09 +0800)
Remove the superfuous break, as there is a 'return' before it.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
src/mgr/Mgr.cc

index b36320edb1377e9a7002e05df0e30b755b2c061d..c107703e45521d51e6ac778f2e106791f094602f 100644 (file)
@@ -549,7 +549,6 @@ bool Mgr::ms_dispatch2(const ref_t<Message>& m)
       py_module_registry->notify_all("fs_map", "");
       handle_fs_map(ref_cast<MFSMap>(m));
       return false; // I shall let this pass through for Client
-      break;
     case CEPH_MSG_OSD_MAP:
       handle_osd_map();