]> 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 15c5765fe8856ca1ecbd152bef4d0059c18a0ca2..8f2b14cca2597a7bb5130c33e4d73145578c4e88 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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;