Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sonar green again.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 May 2021 22:32:38 +0000 (00:32 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 May 2021 22:32:38 +0000 (00:32 +0200)
src/surf/sg_platf.cpp

index 0cf0c2c..ce57d37 100644 (file)
@@ -248,7 +248,6 @@ static void sg_platf_new_cluster_hierarchical(const simgrid::kernel::routing::Cl
       break;
     default:
       THROW_IMPOSSIBLE;
-      break;
   }
   zone->seal();
 }