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

Public GIT Repository
In C++ files, replace SG_{BEGIN,END}+_DECL() by extern "C" { }.
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index b861258a8e0c4d68c91f5ad74106a9b32f4e501d..3ef273611c53236fe03ee0951d5f4f75c6b4d120 100644 (file)
@@ -15,16 +15,12 @@ namespace simgrid {
 namespace kernel {
 namespace routing {
 
-EmptyZone::EmptyZone(NetZone* father, const char* name) : NetZoneImpl(father, name)
+EmptyZone::EmptyZone(NetZone* father, std::string name) : NetZoneImpl(father, name)
 {
 }
 
 EmptyZone::~EmptyZone() = default;
 
-void EmptyZone::getLocalRoute(NetPoint* /*src*/, NetPoint* /*dst*/, sg_platf_route_cbarg_t /*res*/, double* /*lat*/)
-{
-}
-
 void EmptyZone::getGraph(xbt_graph_t /*graph*/, xbt_dict_t /*nodes*/, xbt_dict_t /*edges*/)
 {
   XBT_ERROR("No routing no graph");