]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/EmptyZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
downgrade message to info level, it's usually not a big issue to have some handles...
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index 139d80e4b793a04d259b9da6e2e9d1641aaf92a0..8f2b14cca2597a7bb5130c33e4d73145578c4e88 100644 (file)
@@ -15,10 +15,7 @@ namespace simgrid {
 namespace kernel {
 namespace routing {
 
-EmptyZone::EmptyZone(NetZoneImpl* father, const std::string& name, resource::NetworkModel* netmodel)
-    : NetZoneImpl(father, name, netmodel)
-{
-}
+EmptyZone::EmptyZone(const std::string& name) : NetZoneImpl(name) {}
 
 EmptyZone::~EmptyZone() = default;